package L1;

/* JADX INFO: loaded from: classes.dex */
public abstract class H extends C {

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

    public H(C0146w0 c0146w0) {
        super(c0146w0);
        ((C0146w0) this.f29k).K++;
    }

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

    public final void m() {
        if (this.f1462l) {
            throw new IllegalStateException("Can't initialize twice");
        }
        if (n()) {
            return;
        }
        ((C0146w0) this.f29k).f2030M.incrementAndGet();
        this.f1462l = true;
    }

    public abstract boolean n();
}
