package androidx.media3.exoplayer;

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

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

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ boolean f3295c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final /* synthetic */ Object f3296d;

    public /* synthetic */ w0(Object obj, boolean z10, boolean z11, int i10) {
        this.f3293a = i10;
        this.f3296d = obj;
        this.f3294b = z10;
        this.f3295c = z11;
    }

    @Override // java.lang.Runnable
    public final void run() {
        int i10 = this.f3293a;
        boolean z10 = this.f3295c;
        boolean z11 = this.f3294b;
        Object obj = this.f3296d;
        switch (i10) {
            case 0:
                ((WakeLockManager) obj).lambda$setEnabled$0(z11, z10);
                break;
            default:
                ((WifiLockManager) obj).lambda$setEnabled$0(z11, z10);
                break;
        }
    }
}
