package com.google.android.gms.flags.impl; import android.content.SharedPreferences; import java.util.concurrent.Callable; /* loaded from: classes2.dex */ final class zze implements Callable { private final SharedPreferences zzo; private final String zzp; private final Integer zzr; /* JADX INFO: Access modifiers changed from: package-private */ public zze(SharedPreferences sharedPreferences, String str, Integer num) { this.zzo = sharedPreferences; this.zzp = str; this.zzr = num; } @Override // java.util.concurrent.Callable public final /* synthetic */ Integer call() throws Exception { return Integer.valueOf(this.zzo.getInt(this.zzp, this.zzr.intValue())); } }