Add decompiled APK source code (JADX)

- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,53 @@
package com.google.android.gms.internal.ads;
import android.os.Bundle;
/* loaded from: classes3.dex */
public final class zzerl implements zzetq {
private final String zza;
private final boolean zzb;
private final boolean zzc;
private final boolean zzd;
private final boolean zze;
public zzerl(String str, boolean z, boolean z2, boolean z3, boolean z4) {
this.zza = str;
this.zzb = z;
this.zzc = z2;
this.zzd = z3;
this.zze = z4;
}
@Override // com.google.android.gms.internal.ads.zzetq
public final /* bridge */ /* synthetic */ void zza(Object obj) {
Bundle bundle = ((zzcuv) obj).zzb;
if (!this.zza.isEmpty()) {
bundle.putString("inspector_extras", this.zza);
}
bundle.putInt("test_mode", this.zzb ? 1 : 0);
bundle.putInt("linked_device", this.zzc ? 1 : 0);
if (this.zzb || this.zzc) {
if (((Boolean) com.google.android.gms.ads.internal.client.zzbe.zzc().zza(zzbcl.zzjh)).booleanValue()) {
bundle.putBoolean("collect_response_logs", this.zze);
}
}
}
@Override // com.google.android.gms.internal.ads.zzetq
public final /* synthetic */ void zzb(Object obj) {
Bundle bundle = ((zzcuv) obj).zza;
if (!this.zza.isEmpty()) {
bundle.putString("inspector_extras", this.zza);
}
bundle.putInt("test_mode", this.zzb ? 1 : 0);
bundle.putInt("linked_device", this.zzc ? 1 : 0);
if (this.zzb || this.zzc) {
if (((Boolean) com.google.android.gms.ads.internal.client.zzbe.zzc().zza(zzbcl.zzjd)).booleanValue()) {
bundle.putInt("risd", !this.zzd ? 1 : 0);
}
if (((Boolean) com.google.android.gms.ads.internal.client.zzbe.zzc().zza(zzbcl.zzjh)).booleanValue()) {
bundle.putBoolean("collect_response_logs", this.zze);
}
}
}
}