package P2;

import android.os.Bundle;

/* JADX INFO: loaded from: classes.dex */
public abstract class q {

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

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ AbstractC0248e f5434c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final int f5435d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final Bundle f5436e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final /* synthetic */ AbstractC0248e f5437f;

    public q(AbstractC0248e abstractC0248e, int i, Bundle bundle) {
        this.f5437f = abstractC0248e;
        Boolean bool = Boolean.TRUE;
        this.f5434c = abstractC0248e;
        this.f5432a = bool;
        this.f5433b = false;
        this.f5435d = i;
        this.f5436e = bundle;
    }

    public abstract void a(M2.b bVar);

    public abstract boolean b();

    public final void c() {
        synchronized (this) {
            this.f5432a = null;
        }
    }

    public final void d() {
        c();
        synchronized (this.f5434c.f5371l) {
            this.f5434c.f5371l.remove(this);
        }
    }
}
