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,57 @@
package com.google.android.gms.internal.ads;
import android.net.Uri;
import androidx.annotation.Nullable;
import java.util.Collections;
import java.util.Map;
/* loaded from: classes3.dex */
public final class zzgb {
@Nullable
private Uri zza;
private Map zzb;
private long zzc;
private final long zzd;
private int zze;
public zzgb() {
this.zzb = Collections.emptyMap();
this.zzd = -1L;
}
public /* synthetic */ zzgb(zzgd zzgdVar, zzgc zzgcVar) {
this.zza = zzgdVar.zza;
this.zzb = zzgdVar.zzd;
this.zzc = zzgdVar.zze;
this.zzd = zzgdVar.zzf;
this.zze = zzgdVar.zzg;
}
public final zzgb zza(int i) {
this.zze = 6;
return this;
}
public final zzgb zzb(Map map) {
this.zzb = map;
return this;
}
public final zzgb zzc(long j) {
this.zzc = j;
return this;
}
public final zzgb zzd(Uri uri) {
this.zza = uri;
return this;
}
public final zzgd zze() {
if (this.zza != null) {
return new zzgd(this.zza, this.zzb, this.zzc, this.zzd, this.zze);
}
throw new IllegalStateException("The uri must be set.");
}
}