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,61 @@
package com.google.android.gms.internal.ads;
import android.content.Context;
import android.os.Bundle;
import androidx.annotation.Nullable;
/* loaded from: classes3.dex */
public final class zzcva {
private Context zza;
private zzfcj zzb;
private Bundle zzc;
@Nullable
private zzfcb zzd;
@Nullable
private zzcut zze;
@Nullable
private zzedb zzf;
private int zzg = 0;
public final zzcva zze(@Nullable zzedb zzedbVar) {
this.zzf = zzedbVar;
return this;
}
public final zzcva zzf(Context context) {
this.zza = context;
return this;
}
public final zzcva zzg(Bundle bundle) {
this.zzc = bundle;
return this;
}
public final zzcva zzh(@Nullable zzcut zzcutVar) {
this.zze = zzcutVar;
return this;
}
public final zzcva zzi(int i) {
this.zzg = i;
return this;
}
public final zzcva zzj(zzfcb zzfcbVar) {
this.zzd = zzfcbVar;
return this;
}
public final zzcva zzk(zzfcj zzfcjVar) {
this.zzb = zzfcjVar;
return this;
}
public final zzcvc zzl() {
return new zzcvc(this, null);
}
}