- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
33 lines
679 B
Java
33 lines
679 B
Java
package com.google.android.gms.measurement.internal;
|
|
|
|
/* loaded from: classes3.dex */
|
|
abstract class zznb extends zzmy {
|
|
private boolean zza;
|
|
|
|
public zznb(zznc zzncVar) {
|
|
super(zzncVar);
|
|
this.zzf.zzu();
|
|
}
|
|
|
|
public final boolean zzam() {
|
|
return this.zza;
|
|
}
|
|
|
|
public abstract boolean zzc();
|
|
|
|
public final void zzak() {
|
|
if (!zzam()) {
|
|
throw new IllegalStateException("Not initialized");
|
|
}
|
|
}
|
|
|
|
public final void zzal() {
|
|
if (this.zza) {
|
|
throw new IllegalStateException("Can't initialize twice");
|
|
}
|
|
zzc();
|
|
this.zzf.zzt();
|
|
this.zza = true;
|
|
}
|
|
}
|