- 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
28 lines
713 B
Java
28 lines
713 B
Java
package com.google.android.gms.internal.measurement;
|
|
|
|
import com.google.common.base.Supplier;
|
|
import com.google.common.base.Suppliers;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zznb implements Supplier {
|
|
private static zznb zza = new zznb();
|
|
private final Supplier zzb = Suppliers.ofInstance(new zznd());
|
|
|
|
@Override // com.google.common.base.Supplier
|
|
public final /* synthetic */ Object get() {
|
|
return (zzne) this.zzb.get();
|
|
}
|
|
|
|
public static boolean zza() {
|
|
return ((zzne) zza.get()).zza();
|
|
}
|
|
|
|
public static boolean zzb() {
|
|
return ((zzne) zza.get()).zzb();
|
|
}
|
|
|
|
public static boolean zzc() {
|
|
return ((zzne) zza.get()).zzc();
|
|
}
|
|
}
|