Files
rr3-apk/decompiled-community/sources/com/google/android/gms/internal/drive/zzkx.java
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- Added realracing3-community.apk (71.57 MB)
- Removed 32-bit support (armeabi-v7a)
- Only includes arm64-v8a libraries
- Decompiled source code included
- Added README-community.md with analysis
2026-02-18 15:48:36 -08:00

92 lines
2.4 KiB
Java

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;
}
}
}
}