package defpackage;

import android.os.Bundle;
import j$.util.Objects;

/* JADX INFO: renamed from: ᵷᵱ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C4924 extends AbstractRunnableC1283 {

    /* JADX INFO: renamed from: ˈᵲᵢ, reason: contains not printable characters */
    public final /* synthetic */ Object f18724;

    /* JADX INFO: renamed from: ᵯᵷʽ, reason: contains not printable characters */
    public final /* synthetic */ int f18725;

    /* JADX INFO: renamed from: ᵶˇᵱ, reason: contains not printable characters */
    public final /* synthetic */ C2957 f18726;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public C4924(C2957 c2957, Bundle bundle) {
        super(c2957, true);
        this.f18725 = 0;
        this.f18724 = bundle;
        Objects.requireNonNull(c2957);
        this.f18726 = c2957;
    }

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public C4924(C2957 c2957, Boolean bool) {
        super(c2957, true);
        this.f18725 = 1;
        this.f18724 = bool;
        Objects.requireNonNull(c2957);
        this.f18726 = c2957;
    }

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public C4924(C2957 c2957, Exception exc) {
        super(c2957, false);
        this.f18725 = 3;
        this.f18724 = exc;
        this.f18726 = c2957;
    }

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public /* synthetic */ C4924(C2957 c2957, Object obj, int i) {
        super(c2957, true);
        this.f18725 = i;
        this.f18724 = obj;
        this.f18726 = c2957;
    }

    @Override // defpackage.AbstractRunnableC1283
    /* JADX INFO: renamed from: ᵲᵶᵳˈ */
    public final void mo1825() {
        switch (this.f18725) {
            case 0:
                InterfaceC5047 interfaceC5047 = this.f18726.f11375;
                ᵘᵞʿⁱ.ᵶᵥᵝ(interfaceC5047);
                interfaceC5047.setConditionalUserProperty((Bundle) this.f18724, this.f5361);
                break;
            case 1:
                InterfaceC5047 interfaceC50472 = this.f18726.f11375;
                ᵘᵞʿⁱ.ᵶᵥᵝ(interfaceC50472);
                interfaceC50472.setMeasurementEnabled(((Boolean) this.f18724).booleanValue(), this.f5361);
                break;
            case 2:
                InterfaceC5047 interfaceC50473 = this.f18726.f11375;
                ᵘᵞʿⁱ.ᵶᵥᵝ(interfaceC50473);
                interfaceC50473.retrieveAndUploadBatches(new BinderC5097(this, (ᵟᵰᵕ) this.f18724));
                break;
            case 3:
                InterfaceC5047 interfaceC50474 = this.f18726.f11375;
                ᵘᵞʿⁱ.ᵶᵥᵝ(interfaceC50474);
                interfaceC50474.logHealthData(5, "Error with data collection. Data lost.", new BinderC3730((Exception) this.f18724), new BinderC3730(null), new BinderC3730(null));
                break;
            default:
                InterfaceC5047 interfaceC50475 = this.f18726.f11375;
                ᵘᵞʿⁱ.ᵶᵥᵝ(interfaceC50475);
                interfaceC50475.registerOnMeasurementEventListener((BinderC0419) this.f18724);
                break;
        }
    }
}
