Home
last modified time | relevance | path

Searched defs:first_api_level (Results 1 – 6 of 6) sorted by relevance

/test/vts-testcase/kernel/encryption/
Dmetadata_encryption_tests.cpp165 int first_api_level; in SetUp() local
310 int first_api_level; in TEST() local
Dutils.cpp99 bool GetFirstApiLevel(int *first_api_level) { in GetFirstApiLevel()
Dfile_based_encryption_tests.cpp375 int first_api_level; in SetUp() local
1026 int first_api_level; in TEST() local
/test/vts/testcases/host/fastboot_getvar/src/com/android/tests/
DFastbootGetvarUserspaceTest.java145 String first_api_level = mDevice.getFastbootVariable("first-api-level"); in testFirstApiLevel() local
/test/vts-testcase/security/avb/
DVtsSecurityAvbTest.cpp501 int first_api_level = GetFirstApiLevel(); in ShouldSkipGkiTest() local
1028 int first_api_level = GetFirstApiLevel(); in TEST() local
/test/vts/utils/python/controllers/
Dandroid_device.py517 def first_api_level(self): member in AndroidDevice