Home
last modified time | relevance | path

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

/test/vts/testcases/host/fastboot_getvar/src/com/android/tests/
DFastbootGetvarUserspaceTest.java46 private static final int PLATFORM_API_LEVEL_R = 30; field in FastbootGetvarUserspaceTest
120 assertTrue(intVndkVersion >= PLATFORM_API_LEVEL_R); in testVndkVersion()
149 assertTrue(api_level >= PLATFORM_API_LEVEL_R); in testFirstApiLevel()
/test/vts/utils/python/android/
Dapi.py20 PLATFORM_API_LEVEL_R = 30 variable
/test/vts-testcase/security/system_property/
Dvts_treble_sys_prop_test.py234 if self.dut.GetLaunchApiLevel() <= api.PLATFORM_API_LEVEL_R: