package p138.p176.p177.p242.p265.p266;

import android.content.SharedPreferences;
import p000.p001.p002.p003.p004.C0567;
import p138.p176.p177.p242.p246.p253.C4312;

/* JADX INFO: renamed from: ދ.ހ.֏.ހ.ބ.֏.آ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C4871 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final String f14637;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public final String f14638;

    /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
    public final String f14639;

    /* JADX INFO: renamed from: ށ, reason: contains not printable characters */
    public final long f14640;

    /* JADX INFO: renamed from: ނ, reason: contains not printable characters */
    public final /* synthetic */ C4874 f14641;

    public /* synthetic */ C4871(C4874 c4874, String str, long j, C4899 c4899) {
        this.f14641 = c4874;
        C0567.m1926(str);
        C0567.m1920(j > 0);
        this.f14637 = String.valueOf(str).concat(":start");
        this.f14638 = String.valueOf(str).concat(":count");
        this.f14639 = String.valueOf(str).concat(":value");
        this.f14640 = j;
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final void m8193() {
        this.f14641.mo8008();
        if (((C4312) this.f14641.f14588.f15022) == null) {
            throw null;
        }
        long jCurrentTimeMillis = System.currentTimeMillis();
        SharedPreferences.Editor editorEdit = this.f14641.m8199().edit();
        editorEdit.remove(this.f14638);
        editorEdit.remove(this.f14639);
        editorEdit.putLong(this.f14637, jCurrentTimeMillis);
        editorEdit.apply();
    }
}
