Home
last modified time | relevance | path

Searched refs:isVendorApiLevelAtLeast (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/selinux/selinuxTargetSdkCurrent/src/android/security/
DSELinuxTargetSdkTest.java104 if (PropertyUtil.isVendorApiLevelAtLeast(Build.VERSION_CODES.UPSIDE_DOWN_CAKE)) { in testNoHiddenSystemProperties()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DPropertyUtil.java152 public static boolean isVendorApiLevelAtLeast(int apiLevel) { in isVendorApiLevelAtLeast() method in PropertyUtil
DMediaUtils.java374 && PropertyUtil.isVendorApiLevelAtLeast(Build.VERSION_CODES.Q) in canDecode()
/cts/tests/tests/jni/src/android/jni/cts/
DJniStaticTest.java555 if (PropertyUtil.isVendorApiLevelAtLeast(Build.VERSION_CODES.R)) { in test_dlopenPublicLibraries()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DImageProcessingTest.java192 if (PropertyUtil.isVendorApiLevelAtLeast(Build.VERSION_CODES.TIRAMISU)) { in testBlend()
DIntrinsicResize.java34 if (useOpt && !PropertyUtil.isVendorApiLevelAtLeast(Build.VERSION_CODES.TIRAMISU)) { in testResize()
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DConnectedNetworkScorerTest.java223 if (!PropertyUtil.isVendorApiLevelAtLeast(Build.VERSION_CODES.Q)) { in testWifiUsabilityStatsEntry()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSubscriptionManagerTest.java1282 if (PropertyUtil.isVendorApiLevelAtLeast(android.os.Build.VERSION_CODES.TIRAMISU)) { in getSupportedUsageSettings()