package F4;

import j4.InterfaceC0802d;

/* JADX INFO: loaded from: classes.dex */
public final class p implements h4.c, InterfaceC0802d {

    /* JADX INFO: renamed from: k, reason: collision with root package name */
    public final h4.c f752k;

    /* JADX INFO: renamed from: l, reason: collision with root package name */
    public final h4.h f753l;

    public p(h4.c cVar, h4.h hVar) {
        this.f752k = cVar;
        this.f753l = hVar;
    }

    @Override // j4.InterfaceC0802d
    public final InterfaceC0802d getCallerFrame() {
        h4.c cVar = this.f752k;
        if (cVar instanceof InterfaceC0802d) {
            return (InterfaceC0802d) cVar;
        }
        return null;
    }

    @Override // h4.c
    public final h4.h getContext() {
        return this.f753l;
    }

    @Override // h4.c
    public final void resumeWith(Object obj) {
        this.f752k.resumeWith(obj);
    }
}
