54 lines
1.5 KiB
Java
54 lines
1.5 KiB
Java
|
package o;
|
||
|
|
||
|
import android.content.SharedPreferences;
|
||
|
|
||
|
/* renamed from: o.HhH, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C0472HhH implements uoc {
|
||
|
private final qbt c;
|
||
|
|
||
|
@InterfaceC13391fZD
|
||
|
public C0472HhH(qbt qbtVar) {
|
||
|
C14957gcv.e(qbtVar, "");
|
||
|
this.c = qbtVar;
|
||
|
}
|
||
|
|
||
|
@Override // o.uoc
|
||
|
public final String a() {
|
||
|
String string = this.c.e.getString("PARTNER_WEBVIEW_TRACKER_ENTRY_POINT", "");
|
||
|
return string != null ? string : "";
|
||
|
}
|
||
|
|
||
|
@Override // o.uoc
|
||
|
public final void a(String str) {
|
||
|
C14957gcv.e(str, "");
|
||
|
qbt qbtVar = this.c;
|
||
|
C14957gcv.e(str, "");
|
||
|
SharedPreferences.Editor edit = qbtVar.e.edit();
|
||
|
edit.putString("PARTNER_WEBVIEW_TRACKER_ENTRY_POINT", str);
|
||
|
edit.apply();
|
||
|
}
|
||
|
|
||
|
@Override // o.uoc
|
||
|
public final String b() {
|
||
|
String string = this.c.e.getString("PARTNER_WEBVIEW_TRACKER_PRODUCT", "");
|
||
|
return string != null ? string : "";
|
||
|
}
|
||
|
|
||
|
@Override // o.uoc
|
||
|
public final void b(String str) {
|
||
|
C14957gcv.e(str, "");
|
||
|
SharedPreferences.Editor edit = this.c.e.edit();
|
||
|
edit.putString("PARTNER_WEBVIEW_TRACKER_PRODUCT", str);
|
||
|
edit.apply();
|
||
|
}
|
||
|
|
||
|
@Override // o.uoc
|
||
|
public final void d() {
|
||
|
SharedPreferences.Editor edit = this.c.e.edit();
|
||
|
edit.remove("PARTNER_WEBVIEW_TRACKER_ENTRY_POINT");
|
||
|
edit.remove("PARTNER_WEBVIEW_TRACKER_PRODUCT");
|
||
|
edit.apply();
|
||
|
}
|
||
|
}
|