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,91 @@
package com.google.android.gms.internal.ads;
/* loaded from: classes3.dex */
public class zzgyn {
protected volatile zzgzc zza;
private volatile zzgwj zzb;
public boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof zzgyn)) {
return false;
}
zzgyn zzgynVar = (zzgyn) obj;
zzgzc zzgzcVar = this.zza;
zzgzc zzgzcVar2 = zzgynVar.zza;
if (zzgzcVar == null && zzgzcVar2 == null) {
return zzb().equals(zzgynVar.zzb());
}
if (zzgzcVar != null && zzgzcVar2 != null) {
return zzgzcVar.equals(zzgzcVar2);
}
if (zzgzcVar != null) {
zzgynVar.zzd(zzgzcVar.zzbt());
return zzgzcVar.equals(zzgynVar.zza);
}
zzd(zzgzcVar2.zzbt());
return this.zza.equals(zzgzcVar2);
}
public int hashCode() {
return 1;
}
public final int zza() {
if (this.zzb != null) {
return ((zzgwg) this.zzb).zza.length;
}
if (this.zza != null) {
return this.zza.zzaY();
}
return 0;
}
public final zzgwj zzb() {
if (this.zzb != null) {
return this.zzb;
}
synchronized (this) {
try {
if (this.zzb != null) {
return this.zzb;
}
if (this.zza == null) {
this.zzb = zzgwj.zzb;
} else {
this.zzb = this.zza.zzaN();
}
return this.zzb;
} catch (Throwable th) {
throw th;
}
}
}
public final zzgzc zzc(zzgzc zzgzcVar) {
zzgzc zzgzcVar2 = this.zza;
this.zzb = null;
this.zza = zzgzcVar;
return zzgzcVar2;
}
public final void zzd(zzgzc zzgzcVar) {
if (this.zza != null) {
return;
}
synchronized (this) {
if (this.zza != null) {
return;
}
try {
this.zza = zzgzcVar;
this.zzb = zzgwj.zzb;
} catch (zzgyg unused) {
this.zza = zzgzcVar;
this.zzb = zzgwj.zzb;
}
}
}
}