- 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
49 lines
1.2 KiB
Java
49 lines
1.2 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import androidx.annotation.Nullable;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzdnx implements zzbkg {
|
|
private final zzcxa zza;
|
|
|
|
@Nullable
|
|
private final zzbwi zzb;
|
|
private final String zzc;
|
|
private final String zzd;
|
|
|
|
public zzdnx(zzcxa zzcxaVar, zzfbo zzfboVar) {
|
|
this.zza = zzcxaVar;
|
|
this.zzb = zzfboVar.zzl;
|
|
this.zzc = zzfboVar.zzj;
|
|
this.zzd = zzfboVar.zzk;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzbkg
|
|
public final void zza(zzbwi zzbwiVar) {
|
|
int i;
|
|
String str;
|
|
zzbwi zzbwiVar2 = this.zzb;
|
|
if (zzbwiVar2 != null) {
|
|
zzbwiVar = zzbwiVar2;
|
|
}
|
|
if (zzbwiVar != null) {
|
|
str = zzbwiVar.zza;
|
|
i = zzbwiVar.zzb;
|
|
} else {
|
|
i = 1;
|
|
str = "";
|
|
}
|
|
this.zza.zzd(new zzbvt(str, i), this.zzc, this.zzd);
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzbkg
|
|
public final void zzb() {
|
|
this.zza.zze();
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzbkg
|
|
public final void zzc() {
|
|
this.zza.zzf();
|
|
}
|
|
}
|