Home
last modified time | relevance | path

Searched refs:isVendorApiLevelNewerThan (Results 1 – 13 of 13) sorted by relevance

/cts/tests/tests/selinux/selinuxTargetSdkCurrent/src/android/security/
DSELinuxTargetSdkTest.java84 if (PropertyUtil.isVendorApiLevelNewerThan(28)) { in testDex2oat()
/cts/tests/tests/selinux/selinuxTargetSdk29/src/android/security/
DSELinuxTargetSdkTest.java41 if (PropertyUtil.isVendorApiLevelNewerThan(28)) { in testDex2oat()
/cts/tests/tests/selinux/selinuxEphemeral/src/android/security/
DSELinuxTargetSdkTest.java76 if (PropertyUtil.isVendorApiLevelNewerThan(28)) { in testDex2oat()
/cts/tests/tests/graphics/src/android/graphics/cts/
DOpenGlEsDeqpLevelTest.java59 PropertyUtil.isVendorApiLevelNewerThan(30)); in testOpenGlEsDeqpLevel()
DVulkanDeqpLevelTest.java78 PropertyUtil.isVendorApiLevelNewerThan(29)); in testVulkanDeqpLevel()
DVulkanFeaturesTest.java187 || !PropertyUtil.isVendorApiLevelNewerThan( in testVulkan1_1Requirements()
/cts/hostsidetests/security/src/android/security/cts/
DSELinuxHostTest.java981 PropertyUtil.isVendorApiLevelNewerThan(mDevice, 27) /* includeVendorSepolicy */); in testDataTypeViolators()
992 PropertyUtil.isVendorApiLevelNewerThan(mDevice, 27) /* includeVendorSepolicy */); in testProcTypeViolators()
1003 PropertyUtil.isVendorApiLevelNewerThan(mDevice, 27) /* includeVendorSepolicy */); in testSysfsTypeViolators()
1014 PropertyUtil.isVendorApiLevelNewerThan(mDevice, 27) /* includeVendorSepolicy */); in testVendorTypeViolators()
1025 PropertyUtil.isVendorApiLevelNewerThan(mDevice, 30) /* includeVendorSepolicy */); in testTracefsTypeViolators()
1036 PropertyUtil.isVendorApiLevelNewerThan(mDevice, 30) /* includeVendorSepolicy */); in testDebugfsTypeViolators()
1049 PropertyUtil.isVendorApiLevelNewerThan(mDevice, 27) /* includeVendorSepolicy */); in testCoredomainViolators()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DPropertyUtil.java120 public static boolean isVendorApiLevelNewerThan(int apiLevel) { in isVendorApiLevelNewerThan() method in PropertyUtil
/cts/tests/tests/media/src/android/media/cts/
DMediaCasTest.java735 if (!PropertyUtil.isVendorApiLevelNewerThan(API_LEVEL_BEFORE_CAS_SESSION)){ in testSessionEventEcho()
752 if (!PropertyUtil.isVendorApiLevelNewerThan(API_LEVEL_BEFORE_CAS_SESSION + 1)) { in testOpenSessionEcho()
DMediaCodecListTest.java116 return PropertyUtil.isVendorApiLevelNewerThan(29); in hasExpandedCodecInfo()
/cts/hostsidetests/appsecurity/test-apps/AppDataIsolationTestApp/AppA/src/com/android/cts/appdataisolation/appa/
DAppATests.java350 return PropertyUtil.isVendorApiLevelNewerThan(Build.VERSION_CODES.R); in isVendorPolicyNewerThanR()
/cts/tests/tests/permission/src/android/permission/cts/
DFileSystemPermissionTest.java348 if (PropertyUtil.isVendorApiLevelNewerThan(28)) { in testProcNetSane()
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandIncrementalTest.java157 final boolean v2Required = PropertyUtil.isVendorApiLevelNewerThan(30); in testAndroid12RequiresIncFsV2()