what-the-bank/sources/com/google/android/gms/flags/impl/zzc.java

24 lines
759 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.google.android.gms.flags.impl;
import android.content.SharedPreferences;
import java.util.concurrent.Callable;
/* loaded from: classes2.dex */
final class zzc implements Callable<Boolean> {
private final SharedPreferences zzo;
private final String zzp;
private final Boolean zzq;
/* JADX INFO: Access modifiers changed from: package-private */
public zzc(SharedPreferences sharedPreferences, String str, Boolean bool) {
this.zzo = sharedPreferences;
this.zzp = str;
this.zzq = bool;
}
@Override // java.util.concurrent.Callable
public final /* synthetic */ Boolean call() throws Exception {
return Boolean.valueOf(this.zzo.getBoolean(this.zzp, this.zzq.booleanValue()));
}
}