45 lines
1.0 KiB
Java
45 lines
1.0 KiB
Java
package o;
|
|
|
|
import android.content.SharedPreferences;
|
|
import com.google.gson.Gson;
|
|
|
|
@fZH
|
|
/* renamed from: o.hy, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
public final class C15720hy {
|
|
public PW a;
|
|
public final Gson d;
|
|
public final SharedPreferences e;
|
|
|
|
@InterfaceC13391fZD
|
|
public C15720hy(SharedPreferences sharedPreferences, Gson gson) {
|
|
C14957gcv.e(sharedPreferences, "");
|
|
C14957gcv.e(gson, "");
|
|
this.e = sharedPreferences;
|
|
this.d = gson;
|
|
}
|
|
|
|
public final PW b() {
|
|
String string = this.e.getString("PURCHASE_SEARCH_LIST_SHARED_PREF", null);
|
|
if (string != null) {
|
|
return (PW) this.d.fromJson(string, PW.class);
|
|
}
|
|
return null;
|
|
}
|
|
|
|
/* renamed from: o.hy$HBt */
|
|
/* loaded from: classes.dex */
|
|
public static final class HBt {
|
|
private HBt() {
|
|
}
|
|
|
|
public /* synthetic */ HBt(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
static {
|
|
new HBt((byte) 0);
|
|
}
|
|
}
|