- 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
43 lines
1.2 KiB
Java
43 lines
1.2 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class zzbdv {
|
|
private final String zza;
|
|
private final Object zzb;
|
|
private final int zzc;
|
|
|
|
public zzbdv(String str, Object obj, int i) {
|
|
this.zza = str;
|
|
this.zzb = obj;
|
|
this.zzc = i;
|
|
}
|
|
|
|
public static zzbdv zza(String str, double d) {
|
|
return new zzbdv(str, Double.valueOf(d), 3);
|
|
}
|
|
|
|
public static zzbdv zzb(String str, long j) {
|
|
return new zzbdv(str, Long.valueOf(j), 2);
|
|
}
|
|
|
|
public static zzbdv zzc(String str, String str2) {
|
|
return new zzbdv("gad:dynamite_module:experiment_id", "", 4);
|
|
}
|
|
|
|
public static zzbdv zzd(String str, boolean z) {
|
|
return new zzbdv(str, Boolean.valueOf(z), 1);
|
|
}
|
|
|
|
public final Object zze() {
|
|
zzbfa zza = zzbfc.zza();
|
|
if (zza != null) {
|
|
int i = this.zzc - 1;
|
|
return i != 0 ? i != 1 ? i != 2 ? zza.zzd(this.zza, (String) this.zzb) : zza.zzb(this.zza, ((Double) this.zzb).doubleValue()) : zza.zzc(this.zza, ((Long) this.zzb).longValue()) : zza.zza(this.zza, ((Boolean) this.zzb).booleanValue());
|
|
}
|
|
if (zzbfc.zzb() != null) {
|
|
zzbfc.zzb().zza();
|
|
}
|
|
return this.zzb;
|
|
}
|
|
}
|