Home
last modified time | relevance | path

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

/test/vts-testcase/security/system_property/
DVtsTrebleSysPropTest.py159 self.dut.getLaunchApiLevel() <= api.PLATFORM_API_LEVEL_P,
172 self.dut.getLaunchApiLevel() <= api.PLATFORM_API_LEVEL_P,
/test/vts/utils/python/android/
Dapi.py18 PLATFORM_API_LEVEL_P = 28 variable
/test/vts/testcases/host/fastboot/
DVtsFastbootVerification.py43 if self.dut.getLaunchApiLevel() <= api.PLATFORM_API_LEVEL_P:
/test/vts/testcases/host/verify_boot_header/
DVtsFirmwareBootHeaderVerification.py111 if self.launch_api_level > api.PLATFORM_API_LEVEL_P: