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 androidx.annotation.Nullable;
/* loaded from: classes3.dex */
public final class zzgg implements zzfx {
@Nullable
private zzgy zzb;
@Nullable
private String zzc;
private boolean zzf;
private final zzgs zza = new zzgs();
private int zzd = 8000;
private int zze = 8000;
public final zzgg zzb(boolean z) {
this.zzf = true;
return this;
}
public final zzgg zzc(int i) {
this.zzd = i;
return this;
}
public final zzgg zzd(int i) {
this.zze = i;
return this;
}
public final zzgg zze(@Nullable zzgy zzgyVar) {
this.zzb = zzgyVar;
return this;
}
public final zzgg zzf(@Nullable String str) {
this.zzc = str;
return this;
}
@Override // com.google.android.gms.internal.ads.zzfx
/* renamed from: zzg, reason: merged with bridge method [inline-methods] */
public final zzgl zza() {
zzgl zzglVar = new zzgl(this.zzc, this.zzd, this.zze, this.zzf, false, this.zza, null, false, null);
zzgy zzgyVar = this.zzb;
if (zzgyVar != null) {
zzglVar.zzf(zzgyVar);
}
return zzglVar;
}
}