what-the-bank/sources/com/google/android/gms/measurement/internal/zzf.java

52 lines
1.2 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.google.android.gms.measurement.internal;
/* JADX INFO: Access modifiers changed from: package-private */
/* loaded from: classes.dex */
public abstract class zzf extends zze {
private boolean zza;
/* JADX INFO: Access modifiers changed from: package-private */
public zzf(zzfv zzfvVar) {
super(zzfvVar);
this.zzs.zzD();
}
/* JADX INFO: Access modifiers changed from: protected */
public final void zza() {
if (!zze()) {
throw new IllegalStateException("Not initialized");
}
}
public final void zzb() {
if (!this.zza) {
if (zzf()) {
return;
}
this.zzs.zzB();
this.zza = true;
return;
}
throw new IllegalStateException("Can't initialize twice");
}
protected void zzd() {
}
protected abstract boolean zzf();
public final void zzc() {
if (this.zza) {
throw new IllegalStateException("Can't initialize twice");
}
zzd();
this.zzs.zzB();
this.zza = true;
}
/* JADX INFO: Access modifiers changed from: package-private */
public final boolean zze() {
return this.zza;
}
}