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,56 @@
package com.google.android.gms.internal.ads;
import android.os.Bundle;
import androidx.annotation.Nullable;
/* loaded from: classes3.dex */
public final class zzesf implements zzetq {
@Nullable
private final String zza;
@Nullable
private final Integer zzb;
@Nullable
private final String zzc;
@Nullable
private final String zzd;
@Nullable
private final String zze;
@Nullable
private final String zzf;
public zzesf(@Nullable String str, @Nullable Integer num, @Nullable String str2, @Nullable String str3, @Nullable String str4, @Nullable String str5) {
this.zza = str;
this.zzb = num;
this.zzc = str2;
this.zzd = str3;
this.zze = str4;
this.zzf = str5;
}
@Override // com.google.android.gms.internal.ads.zzetq
public final /* bridge */ /* synthetic */ void zza(Object obj) {
Bundle bundle = ((zzcuv) obj).zzb;
zzfcx.zzc(bundle, "pn", this.zza);
zzfcx.zzc(bundle, "dl", this.zzd);
}
@Override // com.google.android.gms.internal.ads.zzetq
public final /* bridge */ /* synthetic */ void zzb(Object obj) {
Bundle bundle = ((zzcuv) obj).zza;
zzfcx.zzc(bundle, "pn", this.zza);
Integer num = this.zzb;
if (num != null) {
bundle.putInt("vc", num.intValue());
}
zzfcx.zzc(bundle, "vnm", this.zzc);
zzfcx.zzc(bundle, "dl", this.zzd);
zzfcx.zzc(bundle, "ins_pn", this.zze);
zzfcx.zzc(bundle, "ini_pn", this.zzf);
}
}