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

/* JADX INFO: loaded from: classes2.dex */
public abstract class v3 extends w3 {

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

    public v3(z3 z3Var) {
        super(z3Var);
        this.f21969b.f22101r++;
    }

    public final void A() {
        if (!this.f21946c) {
            throw new IllegalStateException("Not initialized");
        }
    }

    public final void B() {
        if (this.f21946c) {
            throw new IllegalStateException("Can't initialize twice");
        }
        C();
        this.f21969b.f22102s++;
        this.f21946c = true;
    }

    public abstract boolean C();
}
