Home
last modified time | relevance | path

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

/test/vts-testcase/hal/treble/platform_version/
DVtsTreblePlatformVersionTest.py78 firstApiLevel = 0
80 firstApiLevel = int(firstApiLevel_str)
81 asserts.assertTrue(firstApiLevel >= api.PLATFORM_API_LEVEL_P,
110 firstApiLevel = self.dut.getLaunchApiLevel()
111 if firstApiLevel > api.PLATFORM_API_LEVEL_O_MR1:
Dvts_treble_platform_version_test.py72 firstApiLevel = self.dut.GetLaunchApiLevel()
73 self.assertTrue(firstApiLevel >= api.PLATFORM_API_LEVEL_O,
114 firstApiLevel = self.dut.GetLaunchApiLevel()
115 if firstApiLevel > api.PLATFORM_API_LEVEL_O_MR1:
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DPropertyUtil.java79 int firstApiLevel = getPropertyInt(device, FIRST_API_LEVEL); in getFirstApiLevel() local
80 return (firstApiLevel == INT_VALUE_IF_UNSET) ? device.getApiLevel() : firstApiLevel; in getFirstApiLevel()
/test/vts-testcase/kernel/gki/
Dgeneric_boot_image_test.cpp96 int firstApiLevel = std::stoi(android::base::GetProperty("ro.product.first_api_level", "0")); in SetUp() local
97 if (isTV() && firstApiLevel <= __ANDROID_API_T__) { in SetUp()