package z0;

import android.os.Build;

/* JADX INFO: renamed from: z0.v, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public abstract class AbstractC1153v {

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

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

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

    static {
        int i = Build.VERSION.SDK_INT;
        f11048a = true;
        f11049b = true;
        f11050c = i >= 28;
    }
}
