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 { 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); } }