package L1;

import java.util.Objects;

/* JADX INFO: renamed from: L1.d0, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class RunnableC0090d0 implements Runnable {

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

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

    public /* synthetic */ RunnableC0090d0(int i, Object obj) {
        this.f1753k = i;
        this.f1754l = obj;
    }

    /* JADX WARN: Removed duplicated region for block: B:198:0x0573  */
    @Override // java.lang.Runnable
    /*
        Code decompiled incorrectly, please refer to instructions dump.
        To view partially-correct code enable 'Show inconsistent code' option in preferences
    */
    public final void run() {
        /*
            Method dump skipped, instruction units count: 1606
            To view this dump change 'Code comments level' option to 'DEBUG'
        */
        throw new UnsupportedOperationException("Method not decompiled: L1.RunnableC0090d0.run():void");
    }

    public RunnableC0090d0(r1.j jVar, M.j jVar2) {
        this.f1753k = 25;
        this.f1754l = jVar2;
    }

    public RunnableC0090d0(C0093e0 c0093e0, boolean z5) {
        this.f1753k = 0;
        this.f1754l = c0093e0;
    }

    public RunnableC0090d0(ServiceConnectionC0150x1 serviceConnectionC0150x1) {
        this.f1753k = 1;
        Objects.requireNonNull(serviceConnectionC0150x1);
        this.f1754l = serviceConnectionC0150x1;
    }

    public RunnableC0090d0(W1 w12, X1 x12) {
        this.f1753k = 4;
        Objects.requireNonNull(w12);
        this.f1754l = w12;
    }
}
