package com.revenuecat.purchases.google;

/* JADX INFO: loaded from: classes3.dex */
public final /* synthetic */ class b implements Runnable {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ BillingWrapper f14411b;

    public /* synthetic */ b(BillingWrapper billingWrapper, int i6) {
        this.f14410a = i6;
        this.f14411b = billingWrapper;
    }

    @Override // java.lang.Runnable
    public final void run() {
        switch (this.f14410a) {
            case 0:
                BillingWrapper.endConnection$lambda$13(this.f14411b);
                break;
            default:
                this.f14411b.startConnection();
                break;
        }
    }
}
