- 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
54 lines
1.6 KiB
Java
54 lines
1.6 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.content.Context;
|
|
import android.content.SharedPreferences;
|
|
import android.preference.PreferenceManager;
|
|
import androidx.annotation.GuardedBy;
|
|
import java.util.ArrayList;
|
|
import java.util.HashMap;
|
|
import java.util.List;
|
|
import java.util.Map;
|
|
import java.util.Objects;
|
|
import java.util.Set;
|
|
|
|
/* loaded from: classes3.dex */
|
|
final class zzbyn {
|
|
|
|
@GuardedBy("this")
|
|
private final Map zza = new HashMap();
|
|
|
|
@GuardedBy("this")
|
|
private final List zzb = new ArrayList();
|
|
private final Context zzc;
|
|
private final zzbxz zzd;
|
|
|
|
public zzbyn(Context context, zzbxz zzbxzVar) {
|
|
this.zzc = context;
|
|
this.zzd = zzbxzVar;
|
|
}
|
|
|
|
public final /* synthetic */ void zzb(Map map, SharedPreferences sharedPreferences, String str, String str2) {
|
|
if (map.containsKey(str) && ((Set) map.get(str)).contains(str2)) {
|
|
this.zzd.zzd();
|
|
}
|
|
}
|
|
|
|
public final synchronized void zzc(String str) {
|
|
try {
|
|
if (this.zza.containsKey(str)) {
|
|
return;
|
|
}
|
|
SharedPreferences defaultSharedPreferences = Objects.equals(str, "__default__") ? PreferenceManager.getDefaultSharedPreferences(this.zzc) : this.zzc.getSharedPreferences(str, 0);
|
|
zzbym zzbymVar = new zzbym(this, str);
|
|
this.zza.put(str, zzbymVar);
|
|
defaultSharedPreferences.registerOnSharedPreferenceChangeListener(zzbymVar);
|
|
} catch (Throwable th) {
|
|
throw th;
|
|
}
|
|
}
|
|
|
|
public final synchronized void zzd(zzbyl zzbylVar) {
|
|
this.zzb.add(zzbylVar);
|
|
}
|
|
}
|