package F7;

import n4.u0;
import x7.C1734j;
import x7.InterfaceC1732h;

/* JADX INFO: loaded from: classes.dex */
public final class O extends k7.A {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ int f2626a = 0;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final k7.s f2627b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final Object f2628c;

    public O(k7.s sVar, C1734j c1734j) {
        this.f2627b = sVar;
        this.f2628c = c1734j;
    }

    @Override // k7.A
    public final long a() {
        switch (this.f2626a) {
            case u0.f15495q /* 0 */:
                return ((k7.A) this.f2628c).a();
            default:
                return ((C1734j) this.f2628c).c();
        }
    }

    @Override // k7.A
    public final k7.s b() {
        switch (this.f2626a) {
        }
        return this.f2627b;
    }

    @Override // k7.A
    public final void c(InterfaceC1732h interfaceC1732h) {
        switch (this.f2626a) {
            case u0.f15495q /* 0 */:
                ((k7.A) this.f2628c).c(interfaceC1732h);
                break;
            default:
                interfaceC1732h.x((C1734j) this.f2628c);
                break;
        }
    }

    public O(k7.A a3, k7.s sVar) {
        this.f2628c = a3;
        this.f2627b = sVar;
    }
}
