Searched refs:isVendorApiLevelAtLeast (Results 1 – 8 of 8) sorted by relevance
104 if (PropertyUtil.isVendorApiLevelAtLeast(Build.VERSION_CODES.UPSIDE_DOWN_CAKE)) { in testNoHiddenSystemProperties()
152 public static boolean isVendorApiLevelAtLeast(int apiLevel) { in isVendorApiLevelAtLeast() method in PropertyUtil
374 && PropertyUtil.isVendorApiLevelAtLeast(Build.VERSION_CODES.Q) in canDecode()
555 if (PropertyUtil.isVendorApiLevelAtLeast(Build.VERSION_CODES.R)) { in test_dlopenPublicLibraries()
192 if (PropertyUtil.isVendorApiLevelAtLeast(Build.VERSION_CODES.TIRAMISU)) { in testBlend()
34 if (useOpt && !PropertyUtil.isVendorApiLevelAtLeast(Build.VERSION_CODES.TIRAMISU)) { in testResize()
223 if (!PropertyUtil.isVendorApiLevelAtLeast(Build.VERSION_CODES.Q)) { in testWifiUsabilityStatsEntry()
1282 if (PropertyUtil.isVendorApiLevelAtLeast(android.os.Build.VERSION_CODES.TIRAMISU)) { in getSupportedUsageSettings()