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.drive;
/* loaded from: classes3.dex */
public class zzkx {
private static final zzjx zzng = zzjx.zzci();
private zzjc zzth;
private volatile zzlq zzti;
private volatile zzjc zztj;
public int hashCode() {
return 1;
}
public final zzlq zzi(zzlq zzlqVar) {
zzlq zzlqVar2 = this.zzti;
this.zzth = null;
this.zztj = null;
this.zzti = zzlqVar;
return zzlqVar2;
}
public boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof zzkx)) {
return false;
}
zzkx zzkxVar = (zzkx) obj;
zzlq zzlqVar = this.zzti;
zzlq zzlqVar2 = zzkxVar.zzti;
if (zzlqVar == null && zzlqVar2 == null) {
return zzbl().equals(zzkxVar.zzbl());
}
if (zzlqVar != null && zzlqVar2 != null) {
return zzlqVar.equals(zzlqVar2);
}
if (zzlqVar != null) {
return zzlqVar.equals(zzkxVar.zzh(zzlqVar.zzda()));
}
return zzh(zzlqVar2.zzda()).equals(zzlqVar2);
}
private final zzlq zzh(zzlq zzlqVar) {
if (this.zzti == null) {
synchronized (this) {
if (this.zzti == null) {
try {
this.zzti = zzlqVar;
this.zztj = zzjc.zznq;
} catch (zzkq unused) {
this.zzti = zzlqVar;
this.zztj = zzjc.zznq;
}
}
}
}
return this.zzti;
}
public final int zzcx() {
if (this.zztj != null) {
return this.zztj.size();
}
if (this.zzti != null) {
return this.zzti.zzcx();
}
return 0;
}
public final zzjc zzbl() {
if (this.zztj != null) {
return this.zztj;
}
synchronized (this) {
try {
if (this.zztj != null) {
return this.zztj;
}
if (this.zzti == null) {
this.zztj = zzjc.zznq;
} else {
this.zztj = this.zzti.zzbl();
}
return this.zztj;
} catch (Throwable th) {
throw th;
}
}
}
}