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

24 lines
722 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 zzi implements Callable<String> {
private final SharedPreferences zzo;
private final String zzp;
private final String zzt;
/* JADX INFO: Access modifiers changed from: package-private */
public zzi(SharedPreferences sharedPreferences, String str, String str2) {
this.zzo = sharedPreferences;
this.zzp = str;
this.zzt = str2;
}
@Override // java.util.concurrent.Callable
public final /* synthetic */ String call() throws Exception {
return this.zzo.getString(this.zzp, this.zzt);
}
}