Home
last modified time | relevance | path

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

/cts/tests/tests/selinux/selinuxTargetSdk30/src/android/security/
DSELinuxTargetSdkTest.java96 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/selinux/selinuxTargetSdkCurrent/src/android/security/
DSELinuxTargetSdkTest.java94 if (PropertyUtil.isVendorApiLevelNewerThan(28)) { in testDex2oat()
/cts/hostsidetests/security/src/android/security/cts/
DSELinuxHostTest.java958 PropertyUtil.isVendorApiLevelNewerThan(mDevice, 27) /* includeVendorSepolicy */); in testDataTypeViolators()
969 PropertyUtil.isVendorApiLevelNewerThan(mDevice, 33) /* includeVendorSepolicy */); in testBpffsTypeViolators()
980 PropertyUtil.isVendorApiLevelNewerThan(mDevice, 27) /* includeVendorSepolicy */); in testProcTypeViolators()
991 PropertyUtil.isVendorApiLevelNewerThan(mDevice, 27) /* includeVendorSepolicy */); in testSysfsTypeViolators()
1002 PropertyUtil.isVendorApiLevelNewerThan(mDevice, 27) /* includeVendorSepolicy */); in testVendorTypeViolators()
1013 PropertyUtil.isVendorApiLevelNewerThan(mDevice, 30) /* includeVendorSepolicy */); in testTracefsTypeViolators()
1024 PropertyUtil.isVendorApiLevelNewerThan(mDevice, 30) /* includeVendorSepolicy */); in testDebugfsTypeViolators()
1037 PropertyUtil.isVendorApiLevelNewerThan(mDevice, 27) /* includeVendorSepolicy */); in testCoredomainViolators()
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DDisplayShapeTests.java79 PropertyUtil.isVendorApiLevelNewerThan(Build.VERSION_CODES.TIRAMISU)); in testDisplayShapeConfig()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DPropertyUtil.java144 public static boolean isVendorApiLevelNewerThan(int apiLevel) { in isVendorApiLevelNewerThan() method in PropertyUtil
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DMediaCasTest.java777 if (!PropertyUtil.isVendorApiLevelNewerThan(API_LEVEL_BEFORE_CAS_SESSION)){ in testSessionEventEcho()
794 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.java381 return PropertyUtil.isVendorApiLevelNewerThan(Build.VERSION_CODES.R); in isVendorPolicyNewerThanR()
/cts/tests/tests/graphics/src/android/graphics/cts/
DVulkanFeaturesTest.java395 || !PropertyUtil.isVendorApiLevelNewerThan( in testVulkan1_1Requirements()
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandIncrementalTest.java196 final boolean v2ReqdForVendor = PropertyUtil.isVendorApiLevelNewerThan(30); in testAndroid12RequiresIncFsV2()