package com.google.android.gms.measurement.internal;

import android.content.SharedPreferences;

/* JADX INFO: loaded from: classes2.dex */
public final class z0 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final String f22077a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final long f22078b;

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

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

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

    public z0(y0 y0Var, String str, long j10) {
        this.f22081e = y0Var;
        com.google.android.gms.common.internal.w.checkNotEmpty(str);
        this.f22077a = str;
        this.f22078b = j10;
    }

    public final long a() {
        if (!this.f22079c) {
            this.f22079c = true;
            this.f22080d = this.f22081e.F().getLong(this.f22077a, this.f22078b);
        }
        return this.f22080d;
    }

    public final void b(long j10) {
        SharedPreferences.Editor editorEdit = this.f22081e.F().edit();
        editorEdit.putLong(this.f22077a, j10);
        editorEdit.apply();
        this.f22080d = j10;
    }
}
