package q7;

import android.content.Context;
import android.os.Process;
import com.google.android.gms.internal.ads.b70;
import java.util.Objects;

/* JADX INFO: loaded from: classes2.dex */
public final class c extends Thread {

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

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

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public c(b70 b70Var, Runnable runnable, String str, Runnable runnable2) {
        super(runnable, str);
        this.f32220b = runnable2;
        Objects.requireNonNull(b70Var);
        this.f32221c = b70Var;
    }

    @Override // java.lang.Thread, java.lang.Runnable
    public final void run() {
        int i10 = this.f32219a;
        Object obj = this.f32220b;
        Object obj2 = this.f32221c;
        switch (i10) {
            case 0:
                new m((Context) obj, null).zzc((String) obj2, null);
                break;
            default:
                Process.setThreadPriority(((b70) obj2).f9416b);
                ((Runnable) obj).run();
                break;
        }
    }

    public c(e eVar, Context context, String str) {
        this.f32220b = context;
        this.f32221c = str;
        Objects.requireNonNull(eVar);
    }
}
