Files
rr3-apk/decompiled/sources/com/google/android/gms/internal/auth/zzdd.java
Daniel Elliott f9d20bb3fc 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>
2026-02-18 14:52:23 -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;
}
}