package L1;

import android.content.SharedPreferences;
import java.io.Serializable;
import java.util.Objects;

/* JADX INFO: renamed from: L1.h0, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0102h0 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public long f1832a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public Object f1833b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public Serializable f1834c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public Serializable f1835d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final /* synthetic */ H0 f1836e;

    public /* synthetic */ C0102h0(C0108j0 c0108j0, long j5) {
        Objects.requireNonNull(c0108j0);
        this.f1836e = c0108j0;
        s1.z.d("health_monitor");
        s1.z.b(j5 > 0);
        this.f1833b = "health_monitor:start";
        this.f1834c = "health_monitor:count";
        this.f1835d = "health_monitor:value";
        this.f1832a = j5;
    }

    /* JADX WARN: Removed duplicated region for block: B:22:0x009a  */
    /*
        Code decompiled incorrectly, please refer to instructions dump.
        To view partially-correct code enable 'Show inconsistent code' option in preferences
    */
    public boolean a(long r11, com.google.android.gms.internal.measurement.C0355c1 r13) {
        /*
            Method dump skipped, instruction units count: 206
            To view this dump change 'Code comments level' option to 'DEBUG'
        */
        throw new UnsupportedOperationException("Method not decompiled: L1.C0102h0.a(long, com.google.android.gms.internal.measurement.c1):boolean");
    }

    public void b() {
        C0108j0 c0108j0 = (C0108j0) this.f1836e;
        c0108j0.k();
        ((C0146w0) c0108j0.f29k).f2040u.getClass();
        long jCurrentTimeMillis = System.currentTimeMillis();
        SharedPreferences.Editor editorEdit = c0108j0.o().edit();
        editorEdit.remove((String) this.f1834c);
        editorEdit.remove((String) this.f1835d);
        editorEdit.putLong((String) this.f1833b, jCurrentTimeMillis);
        editorEdit.apply();
    }

    public /* synthetic */ C0102h0(W1 w12) {
        Objects.requireNonNull(w12);
        this.f1836e = w12;
    }
}
