Home
last modified time | relevance | path

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

/test/vts-testcase/hal/treble/vintf/
Dutils.cpp54 uint64_t api_level = GetUintProperty<uint64_t>("ro.board.api_level", 0); in GetBoardApiLevel() local
55 if (api_level != 0) { in GetBoardApiLevel()
56 return api_level; in GetBoardApiLevel()
58 api_level = GetUintProperty<uint64_t>("ro.board.first_api_level", 0); in GetBoardApiLevel()
59 if (api_level != 0) { in GetBoardApiLevel()
60 return api_level; in GetBoardApiLevel()
62 api_level = GetUintProperty<uint64_t>("ro.product.first_api_level", 0); in GetBoardApiLevel()
63 if (api_level != 0) { in GetBoardApiLevel()
64 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/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.java148 int api_level = Integer.parseInt(first_api_level); in testFirstApiLevel() local
149 assertTrue(api_level >= PLATFORM_API_LEVEL_R); in testFirstApiLevel()
/test/vts/proto/
DVtsReportMessage.proto84 optional bytes api_level = 31; field