Files
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- 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
2026-02-18 15:48:36 -08:00

59 lines
1.9 KiB
Java

package com.google.android.gms.internal.ads;
import androidx.annotation.Nullable;
import java.util.List;
import java.util.Map;
/* loaded from: classes3.dex */
final class zzdgj implements zzcrc {
private final Map zza;
private final Map zzb;
private final Map zzc;
private final zzhfj zzd;
private final zzdiq zze;
public zzdgj(Map map, Map map2, Map map3, zzhfj zzhfjVar, zzdiq zzdiqVar) {
this.zza = map;
this.zzb = map2;
this.zzc = map3;
this.zzd = zzhfjVar;
this.zze = zzdiqVar;
}
@Override // com.google.android.gms.internal.ads.zzcrc
@Nullable
public final zzecw zza(int i, String str) {
zzecw zza;
zzecw zzecwVar = (zzecw) this.zza.get(str);
if (zzecwVar != null) {
return zzecwVar;
}
if (i != 1) {
if (i != 4) {
return null;
}
zzefk zzefkVar = (zzefk) this.zzc.get(str);
if (zzefkVar != null) {
return new zzecx(zzefkVar, new zzfuc() { // from class: com.google.android.gms.internal.ads.zzcre
@Override // com.google.android.gms.internal.ads.zzfuc
public final Object apply(Object obj) {
return new zzcrh((List) obj);
}
});
}
zza = (zzecw) this.zzb.get(str);
if (zza == null) {
return null;
}
} else if (this.zze.zze() == null || (zza = ((zzcrc) this.zzd.zzb()).zza(i, str)) == null) {
return null;
}
return new zzecx(zza, new zzfuc() { // from class: com.google.android.gms.internal.ads.zzcrf
@Override // com.google.android.gms.internal.ads.zzfuc
public final Object apply(Object obj) {
return new zzcrh((zzcqz) obj);
}
});
}
}