Files
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

63 lines
1.8 KiB
Java

package com.google.android.gms.internal.auth;
import android.content.Context;
import android.content.SharedPreferences;
import android.os.StrictMode;
import androidx.annotation.GuardedBy;
import androidx.annotation.Nullable;
import androidx.collection.ArrayMap;
import java.util.Iterator;
import java.util.Map;
/* loaded from: classes3.dex */
public final class zzdd implements zzcl {
@GuardedBy("SharedPreferencesLoader.class")
private static final Map zza = new ArrayMap();
private final SharedPreferences zzb;
private final SharedPreferences.OnSharedPreferenceChangeListener zzc;
@Nullable
public static zzdd zza(Context context, String str, Runnable runnable) {
zzdd zzddVar;
if (zzcc.zzb()) {
throw null;
}
synchronized (zzdd.class) {
try {
zzddVar = (zzdd) zza.get(null);
if (zzddVar == null) {
StrictMode.ThreadPolicy allowThreadDiskReads = StrictMode.allowThreadDiskReads();
try {
throw null;
} catch (Throwable th) {
StrictMode.setThreadPolicy(allowThreadDiskReads);
throw th;
}
}
} catch (Throwable th2) {
throw th2;
}
}
return zzddVar;
}
public static synchronized void zzc() {
synchronized (zzdd.class) {
Map map = zza;
Iterator it = map.values().iterator();
if (it.hasNext()) {
SharedPreferences sharedPreferences = ((zzdd) it.next()).zzb;
throw null;
}
map.clear();
}
}
@Override // com.google.android.gms.internal.auth.zzcl
@Nullable
public final Object zzb(String str) {
throw null;
}
}