Home
last modified time | relevance | path

Searched refs:getVendorApiLevel (Results 1 – 25 of 29) sorted by relevance

12

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyFeatureFlagsTest.java41 assumeTrue(getVendorApiLevel() > Build.VERSION_CODES.S); in setUp()
89 if (getVendorApiLevel() >= Build.VERSION_CODES.VANILLA_ICE_CREAM) { in testFeatureFlagsValidation()
185 private int getVendorApiLevel() { in getVendorApiLevel() method in TelephonyFeatureFlagsTest
/cts/tests/tests/security/native/
Dutils.h22 int getVendorApiLevel();
Dutils.cpp54 int getVendorApiLevel() { in getVendorApiLevel() function
/cts/tests/tests/hardware/src/android/hardware/cts/
DSecurityModelFeatureTest.java22 import static com.android.compatibility.common.util.PropertyUtil.getVendorApiLevel;
51 final int firstApiLevel = Math.min(getFirstApiLevel(), getVendorApiLevel()); in setUp()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DSecurityModeFeatureVerifierActivity.java22 import static com.android.compatibility.common.util.PropertyUtil.getVendorApiLevel;
85 return Math.min(getFirstApiLevel(), getVendorApiLevel()) < VERSION_CODES.S; in isLaunchedBeforeS()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DPropertyUtil.java127 public static int getVendorApiLevel() { in getVendorApiLevel() method in PropertyUtil
145 return getVendorApiLevel() > apiLevel; in isVendorApiLevelNewerThan()
153 return getVendorApiLevel() >= apiLevel; in isVendorApiLevelAtLeast()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DDirectBootHostTest.java23 import static com.android.compatibility.common.util.PropertyUtil.getVendorApiLevel;
170 Math.min(getFirstApiLevel(getDevice()), getVendorApiLevel(getDevice())); in assumeSupportedDevice()
DApkVerityInstallTest.java20 import static com.android.compatibility.common.util.PropertyUtil.getVendorApiLevel;
450 Math.min(getFirstApiLevel(getDevice()), getVendorApiLevel(getDevice())); in assumeSecurityModelCompat()
/cts/tests/tests/telecom/src/android/telecom/cts/
DTelecomAvailabilityTest.java163 if (getVendorApiLevel() < Build.VERSION_CODES.UPSIDE_DOWN_CAKE) { in testTelecomFeatureAvailability()
185 private int getVendorApiLevel() { in getVendorApiLevel() method in TelecomAvailabilityTest
/cts/hostsidetests/security/src/android/security/cts/
DMetadataEncryptionTest.java74 PropertyUtil.getVendorApiLevel(mDevice)); in assumeSecurityModelCompat()
DPerfEventParanoidTest.java93 PropertyUtil.getVendorApiLevel(mDevice)); in assumeSecurityModelCompat()
DKernelConfigTest.java417 PropertyUtil.getVendorApiLevel(mDevice)); in assumeSecurityModelCompat()
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/
DWindowExtensionsImplTest.java60 assertEquals(0, windowExtensions.getVendorApiLevel()); in testVerifiesExtensionVendorApiLevel()
/cts/tests/tests/security/src/android/security/cts/
DVerifiedBootTest.java47 Math.min(PropertyUtil.getFirstApiLevel(), PropertyUtil.getVendorApiLevel()); in setUp()
DEncryptionTest.java55 Math.min(PropertyUtil.getFirstApiLevel(), PropertyUtil.getVendorApiLevel()); in setUp()
DFileIntegrityManagerTest.java97 Math.min(PropertyUtil.getFirstApiLevel(), PropertyUtil.getVendorApiLevel()); in setUp()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/memory/
DProcessDmabufMemoryTests.java65 && PropertyUtil.getVendorApiLevel(getDevice()) >= 31; in testProcessDmabufMemoryAtom()
/cts/tests/tests/security/native/verified_boot/
DVerifiedBootTest.cpp33 int vendor_api_level = getVendorApiLevel(); in isExemptFromAVBTests()
/cts/tests/tests/security/native/encryption/
DFileBasedEncryptionPolicyTest.cpp246 int vendor_api_level = getVendorApiLevel(); in TEST()
/cts/tests/tests/keystore/src/android/keystore/cts/
DDeviceOwnerKeyManagementTest.java222 TestUtils.getVendorApiLevel() >= Build.VERSION_CODES.UPSIDE_DOWN_CAKE; in validateSecondImei()
615 && TestUtils.getVendorApiLevel() < Build.VERSION_CODES.UPSIDE_DOWN_CAKE); in testAllVariationsOfDeviceIdAttestation()
646 && TestUtils.getVendorApiLevel() < Build.VERSION_CODES.UPSIDE_DOWN_CAKE); in testAllVariationsOfDeviceIdAttestationUsingStrongBox()
DECDSASignatureTest.java86 if (TestUtils.getVendorApiLevel() <= 29) { in assertNONEwithECDSATruncatesInputToFieldSize()
DImportWrappedKeyTest.java319 TestUtils.getVendorApiLevel() >= 35); in testKeyStore_ImportWrappedKey_RSA()
398 TestUtils.getVendorApiLevel() >= 35); in testKeyStore_ImportWrappedKey_EC()
DKeyAttestationTest.java293 if (TestUtils.getVendorApiLevel() < 35) { in assertAttestationKeyMintError()
315 if (TestUtils.getVendorApiLevel() < 35) { in assertPublicAttestationError()
529 if (TestUtils.getVendorApiLevel() >= 31) { in testAttestationKmVersionMatchesFeatureVersion()
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/extensions/util/
DExtensionsUtil.java71 return extensions.getVendorApiLevel(); in getExtensionVersion()
/cts/tests/camera/src/android/hardware/camera2/cts/
DFlashlightTest.java317 if (PropertyUtil.getVendorApiLevel() > Build.VERSION_CODES.TIRAMISU) { in testCameraDeviceOpenAfterTorchOn()

12