- 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
58 lines
1.9 KiB
Java
58 lines
1.9 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.content.pm.PackageInfo;
|
|
import android.os.Bundle;
|
|
import androidx.annotation.Nullable;
|
|
import java.util.ArrayList;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzerw implements zzetq {
|
|
private final zzfcj zza;
|
|
|
|
@Nullable
|
|
private final PackageInfo zzb;
|
|
private final com.google.android.gms.ads.internal.util.zzg zzc;
|
|
|
|
public zzerw(zzfcj zzfcjVar, @Nullable PackageInfo packageInfo, com.google.android.gms.ads.internal.util.zzg zzgVar) {
|
|
this.zza = zzfcjVar;
|
|
this.zzb = packageInfo;
|
|
this.zzc = zzgVar;
|
|
}
|
|
|
|
private final void zzc(Bundle bundle) {
|
|
zzbfl zzbflVar = this.zza.zzi;
|
|
if (zzbflVar == null || zzbflVar.zzi == 0) {
|
|
return;
|
|
}
|
|
bundle.putBoolean("sccg_tap", zzbflVar.zzj);
|
|
bundle.putInt("sccg_dir", this.zza.zzi.zzi);
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzetq
|
|
public final /* bridge */ /* synthetic */ void zza(Object obj) {
|
|
ArrayList arrayList = this.zza.zzg;
|
|
zzcuv zzcuvVar = (zzcuv) obj;
|
|
if (arrayList == null || arrayList.isEmpty()) {
|
|
return;
|
|
}
|
|
zzc(zzcuvVar.zzb);
|
|
}
|
|
|
|
/* JADX WARN: Code restructure failed: missing block: B:62:0x0101, code lost:
|
|
|
|
if (r12 == 3) goto L70;
|
|
*/
|
|
@Override // com.google.android.gms.internal.ads.zzetq
|
|
/*
|
|
Code decompiled incorrectly, please refer to instructions dump.
|
|
To view partially-correct add '--show-bad-code' argument
|
|
*/
|
|
public final /* bridge */ /* synthetic */ void zzb(java.lang.Object r12) {
|
|
/*
|
|
Method dump skipped, instructions count: 424
|
|
To view this dump add '--comments-level debug' option
|
|
*/
|
|
throw new UnsupportedOperationException("Method not decompiled: com.google.android.gms.internal.ads.zzerw.zzb(java.lang.Object):void");
|
|
}
|
|
}
|