package Q2;

/* JADX INFO: loaded from: classes.dex */
public final class c extends a {

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    final /* synthetic */ C2.a f1861e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    final /* synthetic */ String f1862f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    final /* synthetic */ boolean f1863g;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public c(C2.a aVar, String str, boolean z3, String str2, boolean z4) {
        super(str2, z4);
        this.f1861e = aVar;
        this.f1862f = str;
        this.f1863g = z3;
    }

    @Override // Q2.a
    public long f() {
        this.f1861e.a();
        return -1L;
    }
}
