package d3;

/* JADX INFO: loaded from: classes.dex */
public abstract class A0 extends O3.e {

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

    public A0(C0817r0 c0817r0) {
        super(c0817r0);
        ((C0817r0) this.f5146q).f12138T++;
    }

    public abstract boolean F();

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

    public final void H() {
        if (this.f11423r) {
            throw new IllegalStateException("Can't initialize twice");
        }
        if (F()) {
            return;
        }
        ((C0817r0) this.f5146q).f12140V.incrementAndGet();
        this.f11423r = true;
    }
}
