package F7;

import android.os.Build;

/* JADX INFO: loaded from: classes.dex */
public abstract class M {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static final ExecutorC0117a f2622a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final C0118b f2623b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final C0118b f2624c;

    static {
        String property = System.getProperty("java.vm.name");
        property.getClass();
        if (property.equals("RoboVM")) {
            f2622a = null;
            f2623b = new C0118b(7);
            f2624c = new C0118b(6);
        } else {
            if (!property.equals("Dalvik")) {
                f2622a = null;
                f2623b = new N(1);
                f2624c = new C0120d(6);
                return;
            }
            f2622a = new ExecutorC0117a(0);
            if (Build.VERSION.SDK_INT >= 24) {
                f2623b = new N(0);
                f2624c = new C0120d(6);
            } else {
                f2623b = new C0118b(7);
                f2624c = new C0118b(6);
            }
        }
    }
}
