Home
last modified time | relevance | path

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

/aosp_15_r20/test/vts-testcase/security/system_property/
Dvts_treble_sys_prop_test.py348 if self.dut.GetLaunchApiLevel() <= api.PLATFORM_API_LEVEL_Q:
362 if self.dut.GetLaunchApiLevel() <= api.PLATFORM_API_LEVEL_Q:
373 if self.dut.GetLaunchApiLevel() <= api.PLATFORM_API_LEVEL_Q:
/aosp_15_r20/test/vts/vndk_utils/android/
H A Dapi.py19 PLATFORM_API_LEVEL_Q = 29 variable
/aosp_15_r20/test/vts/tests/kernel_proc_file_api_test/proc_tests/
H A DProcSimpleFileTests.py393 if self.api_level > api.PLATFORM_API_LEVEL_Q: