47 lines
901 B
Java
47 lines
901 B
Java
package com.google.android.gms.measurement.internal;
|
|
|
|
/* loaded from: classes.dex */
|
|
abstract class zzf extends zze {
|
|
private boolean b;
|
|
|
|
zzf(zzbw zzbwVar) {
|
|
super(zzbwVar);
|
|
this.a.a(this);
|
|
}
|
|
|
|
public final void A() {
|
|
if (this.b) {
|
|
throw new IllegalStateException("Can't initialize twice");
|
|
}
|
|
if (y()) {
|
|
return;
|
|
}
|
|
this.a.G();
|
|
this.b = true;
|
|
}
|
|
|
|
final boolean v() {
|
|
return this.b;
|
|
}
|
|
|
|
protected final void w() {
|
|
if (!v()) {
|
|
throw new IllegalStateException("Not initialized");
|
|
}
|
|
}
|
|
|
|
public final void x() {
|
|
if (this.b) {
|
|
throw new IllegalStateException("Can't initialize twice");
|
|
}
|
|
z();
|
|
this.a.G();
|
|
this.b = true;
|
|
}
|
|
|
|
protected abstract boolean y();
|
|
|
|
protected void z() {
|
|
}
|
|
}
|