package P2;

import android.os.Bundle;

/* JADX INFO: loaded from: classes.dex */
public final class C extends q {

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public C(AbstractC0248e abstractC0248e, int i, Bundle bundle) {
        super(abstractC0248e, i, bundle);
        this.f5332g = abstractC0248e;
    }

    @Override // P2.q
    public final void a(M2.b bVar) {
        AbstractC0248e abstractC0248e = this.f5332g;
        abstractC0248e.getClass();
        abstractC0248e.f5369j.f(bVar);
        System.currentTimeMillis();
    }

    @Override // P2.q
    public final boolean b() {
        this.f5332g.f5369j.f(M2.b.f4153u);
        return true;
    }
}
