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,58 @@
package com.google.android.gms.internal.ads;
import androidx.annotation.Nullable;
/* loaded from: classes3.dex */
final class zzdm {
public final Object zza;
private zzv zzb = new zzv();
private boolean zzc;
private boolean zzd;
public zzdm(Object obj) {
this.zza = obj;
}
public final boolean equals(@Nullable Object obj) {
if (this == obj) {
return true;
}
if (obj == null || zzdm.class != obj.getClass()) {
return false;
}
return this.zza.equals(((zzdm) obj).zza);
}
public final int hashCode() {
return this.zza.hashCode();
}
public final void zza(int i, zzdk zzdkVar) {
if (this.zzd) {
return;
}
if (i != -1) {
this.zzb.zza(i);
}
this.zzc = true;
zzdkVar.zza(this.zza);
}
public final void zzb(zzdl zzdlVar) {
if (this.zzd || !this.zzc) {
return;
}
zzx zzb = this.zzb.zzb();
this.zzb = new zzv();
this.zzc = false;
zzdlVar.zza(this.zza, zzb);
}
public final void zzc(zzdl zzdlVar) {
this.zzd = true;
if (this.zzc) {
this.zzc = false;
zzdlVar.zza(this.zza, this.zzb.zzb());
}
}
}