package com.google.android.gms.common.util;

import android.os.Build;
import com.google.android.gms.common.annotation.KeepForSdk;
import defpackage.cr4;
import defpackage.lz0;
import defpackage.xh0;

/* JADX INFO: loaded from: classes2.dex */
@KeepForSdk
public final class PlatformVersion {
    private PlatformVersion() {
    }

    @lz0
    @KeepForSdk
    public static boolean isAtLeastHoneycomb() {
        return true;
    }

    @lz0
    @KeepForSdk
    public static boolean isAtLeastHoneycombMR1() {
        return true;
    }

    @lz0
    @KeepForSdk
    public static boolean isAtLeastIceCreamSandwich() {
        return true;
    }

    @lz0
    @KeepForSdk
    public static boolean isAtLeastIceCreamSandwichMR1() {
        return true;
    }

    @lz0
    @KeepForSdk
    public static boolean isAtLeastJellyBean() {
        return true;
    }

    @lz0
    @KeepForSdk
    public static boolean isAtLeastJellyBeanMR1() {
        return true;
    }

    @lz0
    @KeepForSdk
    public static boolean isAtLeastJellyBeanMR2() {
        return true;
    }

    @lz0
    @KeepForSdk
    public static boolean isAtLeastKitKat() {
        return true;
    }

    @lz0
    @KeepForSdk
    public static boolean isAtLeastKitKatWatch() {
        return true;
    }

    @lz0
    @KeepForSdk
    public static boolean isAtLeastLollipop() {
        return true;
    }

    @lz0
    @KeepForSdk
    public static boolean isAtLeastLollipopMR1() {
        return true;
    }

    @lz0
    @KeepForSdk
    public static boolean isAtLeastM() {
        return true;
    }

    @lz0
    @KeepForSdk
    public static boolean isAtLeastN() {
        return true;
    }

    @lz0
    @KeepForSdk
    public static boolean isAtLeastO() {
        return true;
    }

    @lz0
    @KeepForSdk
    public static boolean isAtLeastP() {
        return true;
    }

    @lz0
    @KeepForSdk
    public static boolean isAtLeastQ() {
        return Build.VERSION.SDK_INT >= 29;
    }

    @lz0
    @KeepForSdk
    public static boolean isAtLeastR() {
        return Build.VERSION.SDK_INT >= 30;
    }

    @lz0
    @KeepForSdk
    public static boolean isAtLeastS() {
        return Build.VERSION.SDK_INT >= 31;
    }

    @lz0
    @KeepForSdk
    public static boolean isAtLeastSv2() {
        return Build.VERSION.SDK_INT >= 32;
    }

    @lz0
    @KeepForSdk
    public static boolean isAtLeastT() {
        return Build.VERSION.SDK_INT >= 33;
    }

    @lz0
    @KeepForSdk
    public static boolean isAtLeastU() {
        if (!isAtLeastT()) {
            return false;
        }
        int i = xh0.a;
        int i2 = Build.VERSION.SDK_INT;
        if (i2 >= 34) {
            return true;
        }
        if (i2 < 33) {
            return false;
        }
        cr4.f(Build.VERSION.CODENAME, "CODENAME");
        return xh0.a("UpsideDownCake");
    }

    @lz0
    @KeepForSdk
    public static boolean isAtLeastV() {
        if (!isAtLeastU()) {
            return false;
        }
        int i = xh0.a;
        int i2 = Build.VERSION.SDK_INT;
        if (i2 >= 35) {
            return true;
        }
        if (i2 < 34) {
            return false;
        }
        cr4.f(Build.VERSION.CODENAME, "CODENAME");
        return xh0.a("VanillaIceCream");
    }
}
