- 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
84 lines
2.2 KiB
Java
84 lines
2.2 KiB
Java
package com.google.android.gms.internal.drive;
|
|
|
|
import androidx.core.internal.view.SupportMenu;
|
|
import com.google.android.gms.internal.drive.zzkk;
|
|
import java.util.Collections;
|
|
import java.util.HashMap;
|
|
import java.util.Map;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class zzjx {
|
|
private static volatile boolean zzol;
|
|
private static volatile zzjx zzon;
|
|
private final Map<zza, zzkk.zzd<?, ?>> zzop;
|
|
private static final Class<?> zzom = zzch();
|
|
static final zzjx zzoo = new zzjx(true);
|
|
|
|
private static Class<?> zzch() {
|
|
try {
|
|
return Class.forName("com.google.protobuf.Extension");
|
|
} catch (ClassNotFoundException unused) {
|
|
return null;
|
|
}
|
|
}
|
|
|
|
public static final class zza {
|
|
private final int number;
|
|
private final Object object;
|
|
|
|
public zza(Object obj, int i) {
|
|
this.object = obj;
|
|
this.number = i;
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (System.identityHashCode(this.object) * SupportMenu.USER_MASK) + this.number;
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (!(obj instanceof zza)) {
|
|
return false;
|
|
}
|
|
zza zzaVar = (zza) obj;
|
|
return this.object == zzaVar.object && this.number == zzaVar.number;
|
|
}
|
|
}
|
|
|
|
public static zzjx zzci() {
|
|
return zzjw.zzcf();
|
|
}
|
|
|
|
public static zzjx zzcj() {
|
|
zzjx zzjxVar = zzon;
|
|
if (zzjxVar == null) {
|
|
synchronized (zzjx.class) {
|
|
try {
|
|
zzjxVar = zzon;
|
|
if (zzjxVar == null) {
|
|
zzjxVar = zzjw.zzcg();
|
|
zzon = zzjxVar;
|
|
}
|
|
} finally {
|
|
}
|
|
}
|
|
}
|
|
return zzjxVar;
|
|
}
|
|
|
|
public static zzjx zzcg() {
|
|
return zzki.zza(zzjx.class);
|
|
}
|
|
|
|
public final <ContainingType extends zzlq> zzkk.zzd<ContainingType, ?> zza(ContainingType containingtype, int i) {
|
|
return (zzkk.zzd) this.zzop.get(new zza(containingtype, i));
|
|
}
|
|
|
|
public zzjx() {
|
|
this.zzop = new HashMap();
|
|
}
|
|
|
|
private zzjx(boolean z) {
|
|
this.zzop = Collections.emptyMap();
|
|
}
|
|
}
|