Home
last modified time | relevance | path

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

/aosp_15_r20/test/vts/tests/fastboot_getvar/src/com/android/tests/
H A DFastbootGetvarUserspaceTest.java51 private static final int PLATFORM_API_LEVEL_R = 30; field in FastbootGetvarUserspaceTest
161 assertTrue(api_level >= PLATFORM_API_LEVEL_R); in testFirstApiLevel()
/aosp_15_r20/test/vts/vndk_utils/android/
H A Dapi.py20 PLATFORM_API_LEVEL_R = 30 variable
/aosp_15_r20/test/vts-testcase/security/system_property/
Dvts_treble_sys_prop_test.py235 if self.dut.GetLaunchApiLevel() <= api.PLATFORM_API_LEVEL_R: