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,45 @@
package com.google.android.gms.internal.ads;
/* loaded from: classes3.dex */
final class zzfdz {
private final zzfdy zza = new zzfdy();
private int zzb;
private int zzc;
private int zzd;
private int zze;
private int zzf;
public final zzfdy zza() {
zzfdy zzfdyVar = this.zza;
zzfdy clone = zzfdyVar.clone();
zzfdyVar.zza = false;
zzfdyVar.zzb = false;
return clone;
}
public final String zzb() {
return "\n\tPool does not exist: " + this.zzd + "\n\tNew pools created: " + this.zzb + "\n\tPools removed: " + this.zzc + "\n\tEntries added: " + this.zzf + "\n\tNo entries retrieved: " + this.zze + "\n";
}
public final void zzc() {
this.zzf++;
}
public final void zzd() {
this.zzb++;
this.zza.zza = true;
}
public final void zze() {
this.zze++;
}
public final void zzf() {
this.zzd++;
}
public final void zzg() {
this.zzc++;
this.zza.zzb = true;
}
}