Home
last modified time | relevance | path

Searched refs:api_level (Results 1 – 8 of 8) sorted by relevance

/test/vts-testcase/hal/treble/vintf/
Dutils.cpp56 uint64_t api_level = kCurrentApiLevel; in ReadApiLevelProps() local
58 api_level = GetUintProperty<uint64_t>(api_level_prop, kCurrentApiLevel); in ReadApiLevelProps()
59 if (api_level != kCurrentApiLevel) { in ReadApiLevelProps()
63 return api_level; in ReadApiLevelProps()
72 uint64_t api_level = in GetBoardApiLevel() local
74 if (api_level == kCurrentApiLevel) { in GetBoardApiLevel()
77 return api_level; in GetBoardApiLevel()
/test/vts/utils/python/vndk/
Dvndk_utils.py36 api_level = dut.getLaunchApiLevel(strict=False)
37 if not api_level:
41 if api_level <= api.PLATFORM_API_LEVEL_O_MR1:
/test/vts-testcase/security/avb/
DVtsSecurityAvbTest.cpp492 uint32_t api_level = kCurrentApiLevel; in ReadApiLevelProps() local
494 api_level = android::base::GetUintProperty<uint32_t>(api_level_prop, in ReadApiLevelProps()
496 if (api_level != kCurrentApiLevel) { in ReadApiLevelProps()
500 return api_level; in ReadApiLevelProps()
509 uint32_t api_level = in GetBoardApiLevel() local
511 if (api_level == kCurrentApiLevel) { in GetBoardApiLevel()
515 return api_level; in GetBoardApiLevel()
/test/vts/testcases/host/kernel_proc_file_api_test/proc_tests/
DProcModulesTest.py25 api_level = dut.getLaunchApiLevel(strict=False)
DKernelProcFileTestBase.py140 self.api_level = dut.getLaunchApiLevel(strict=False)
DProcSimpleFileTests.py450 if self.api_level > api.PLATFORM_API_LEVEL_Q:
/test/vts/testcases/host/fastboot_getvar/src/com/android/tests/
DFastbootGetvarUserspaceTest.java161 int api_level = Integer.parseInt(first_api_level); in testFirstApiLevel() local
162 assertTrue(api_level >= PLATFORM_API_LEVEL_R); in testFirstApiLevel()
/test/vts/proto/
DVtsReportMessage.proto84 optional bytes api_level = 31; field