Searched refs:firstApiLevel (Results 1 – 4 of 4) sorted by relevance
78 firstApiLevel = 080 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:
72 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:
79 int firstApiLevel = getPropertyInt(device, FIRST_API_LEVEL); in getFirstApiLevel() local80 return (firstApiLevel == INT_VALUE_IF_UNSET) ? device.getApiLevel() : firstApiLevel; in getFirstApiLevel()
96 int firstApiLevel = std::stoi(android::base::GetProperty("ro.product.first_api_level", "0")); in SetUp() local97 if (isTV() && firstApiLevel <= __ANDROID_API_T__) { in SetUp()