Home
last modified time | relevance | path

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

/test/vts-testcase/security/system_property/
DVtsTrebleSysPropTest.py288 self.dut.getLaunchApiLevel() <= api.PLATFORM_API_LEVEL_Q,
303 self.dut.getLaunchApiLevel() <= api.PLATFORM_API_LEVEL_Q,
315 self.dut.getLaunchApiLevel() <= api.PLATFORM_API_LEVEL_Q,
Dvts_treble_sys_prop_test.py347 if self.dut.GetLaunchApiLevel() <= api.PLATFORM_API_LEVEL_Q:
361 if self.dut.GetLaunchApiLevel() <= api.PLATFORM_API_LEVEL_Q:
372 if self.dut.GetLaunchApiLevel() <= api.PLATFORM_API_LEVEL_Q:
/test/vts/utils/python/android/
Dapi.py19 PLATFORM_API_LEVEL_Q = 29 variable
/test/vts/testcases/host/kernel_proc_file_api_test/proc_tests/
DProcSimpleFileTests.py450 if self.api_level > api.PLATFORM_API_LEVEL_Q: