discord-jadx/app/src/main/java/c/i/a/f/i/b/r5.java

45 lines
965 B
Java

package c.i.a.f.i.b;
/* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */
public abstract class r5 extends s5 {
public boolean b;
public r5(u4 u4Var) {
super(u4Var);
this.a.F++;
}
public void m() {
}
public final boolean n() {
return this.b;
}
public final void o() {
if (!n()) {
throw new IllegalStateException("Not initialized");
}
}
public final void p() {
if (this.b) {
throw new IllegalStateException("Can't initialize twice");
} else if (!r()) {
this.a.G.incrementAndGet();
this.b = true;
}
}
public final void q() {
if (!this.b) {
m();
this.a.G.incrementAndGet();
this.b = true;
return;
}
throw new IllegalStateException("Can't initialize twice");
}
public abstract boolean r();
}