Home
last modified time | relevance | path

Searched refs:firstApiLevel (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/hardware/src/android/hardware/cts/
DSecurityModelFeatureTest.java50 final int firstApiLevel = in setUp() local
53 firstApiLevel >= VERSION_CODES.S); in setUp()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DPropertyUtil.java87 int firstApiLevel = getPropertyInt(FIRST_API_LEVEL); in getFirstApiLevel() local
88 return (firstApiLevel == INT_VALUE_IF_UNSET) ? Build.VERSION.SDK_INT : firstApiLevel; in getFirstApiLevel()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DSecurityModeFeatureVerifierActivity.java63 final int firstApiLevel = in onCreate() local
65 mDeviceLaunchedBeforeS = firstApiLevel < VERSION_CODES.S; in onCreate()
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java336 int firstApiLevel = SystemProperties.getInt("ro.product.first_api_level", 0); in testAttestationKmVersionMatchesFeatureVersion() local
337 if (firstApiLevel >= 31) { in testAttestationKmVersionMatchesFeatureVersion()
389 int firstApiLevel = SystemProperties.getInt("ro.product.first_api_level", 0); in testAttestationKmVersionMatchesFeatureVersionStrongBox() local
390 if (firstApiLevel >= 31) { in testAttestationKmVersionMatchesFeatureVersionStrongBox()