Home
last modified time | relevance | path

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

/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/hal/treble/vintf/
Dutils.cpp56 uint64_t api_level = in GetShippingApiLevel() local
58 if (api_level != 0) { in GetShippingApiLevel()
59 return api_level; in GetShippingApiLevel()
/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-testcase/kernel/api/proc/
DProcModulesTest.py26 api_level = dut.getLaunchApiLevel(strict=False)
DKernelProcFileTestBase.py141 self.api_level = dut.getLaunchApiLevel(strict=False)
DProcSimpleFileTests.py448 if self.api_level > api.PLATFORM_API_LEVEL_Q:
/test/vts/testcases/host/fastboot_getvar/src/com/android/tests/
DFastbootGetvarUserspaceTest.java141 int api_level = Integer.parseInt(first_api_level); in testFirstApiLevel() local
142 assertTrue(api_level >= PLATFORM_API_LEVEL_R); in testFirstApiLevel()
/test/vts/proto/
DVtsReportMessage.proto84 optional bytes api_level = 31; field