Searched refs:isVendorApiLevelNewerThan (Results 1 – 12 of 12) sorted by relevance
96 if (PropertyUtil.isVendorApiLevelNewerThan(28)) { in testDex2oat()
41 if (PropertyUtil.isVendorApiLevelNewerThan(28)) { in testDex2oat()
76 if (PropertyUtil.isVendorApiLevelNewerThan(28)) { in testDex2oat()
94 if (PropertyUtil.isVendorApiLevelNewerThan(28)) { in testDex2oat()
958 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()
79 PropertyUtil.isVendorApiLevelNewerThan(Build.VERSION_CODES.TIRAMISU)); in testDisplayShapeConfig()
144 public static boolean isVendorApiLevelNewerThan(int apiLevel) { in isVendorApiLevelNewerThan() method in PropertyUtil
777 if (!PropertyUtil.isVendorApiLevelNewerThan(API_LEVEL_BEFORE_CAS_SESSION)){ in testSessionEventEcho()794 if (!PropertyUtil.isVendorApiLevelNewerThan(API_LEVEL_BEFORE_CAS_SESSION + 1)) { in testOpenSessionEcho()
116 return PropertyUtil.isVendorApiLevelNewerThan(29); in hasExpandedCodecInfo()
381 return PropertyUtil.isVendorApiLevelNewerThan(Build.VERSION_CODES.R); in isVendorPolicyNewerThanR()
395 || !PropertyUtil.isVendorApiLevelNewerThan( in testVulkan1_1Requirements()
196 final boolean v2ReqdForVendor = PropertyUtil.isVendorApiLevelNewerThan(30); in testAndroid12RequiresIncFsV2()