Searched refs:isAtLeastP (Results 1 – 2 of 2) sorted by relevance
67 isAtLeastP() ? "1" : "0", in getAll()181 public static boolean isAtLeastP() { in isAtLeastP() method in BuildInfo
97 boolean isAtLeastP = VERSION.SDK_INT >= VERSION_CODES.P; in applyInfoPartnerCustomizationStyle()98 if (isAtLeastP in applyInfoPartnerCustomizationStyle()