package p138.p139.p140.p141;

import android.os.Bundle;
import android.os.Handler;
import android.os.ResultReceiver;
import java.util.List;
import p138.p139.p140.p141.C2764;
import p138.p139.p140.p142.C2802;

/* JADX INFO: renamed from: ދ.֏.֏.֏.ޛ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class ResultReceiverC2791 extends ResultReceiver {

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public final /* synthetic */ C2759 f8609;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public ResultReceiverC2791(C2759 c2759, Handler handler) {
        super(handler);
        this.f8609 = c2759;
    }

    @Override // android.os.ResultReceiver
    public final void onReceiveResult(int i, Bundle bundle) {
        InterfaceC2770 interfaceC2770 = this.f8609.f8510.f8600.f8601;
        if (interfaceC2770 == null) {
            C2802.m4859("BillingClient", "PurchasesUpdatedListener is null - no way to return the response.");
            return;
        }
        List<C2766> listM4855 = C2802.m4855(bundle);
        C2764.C2765 c2765M4840 = C2764.m4840();
        c2765M4840.f8544 = i;
        c2765M4840.f8545 = C2802.m4854(bundle, "BillingClient");
        interfaceC2770.m4845(c2765M4840.m4841(), listM4855);
    }
}
