Searched refs:first_api_level (Results 1 – 8 of 8) sorted by relevance
165 int first_api_level; in SetUp() local166 ASSERT_TRUE(GetFirstApiLevel(&first_api_level)); in SetUp()168 ASSERT_LE(first_api_level, __ANDROID_API_Q__); in SetUp()310 int first_api_level; in TEST() local311 ASSERT_TRUE(GetFirstApiLevel(&first_api_level)); in TEST()312 ASSERT_LE(first_api_level, __ANDROID_API_Q__) in TEST()
99 bool GetFirstApiLevel(int *first_api_level) { in GetFirstApiLevel() argument100 *first_api_level = in GetFirstApiLevel()102 if (*first_api_level == 0) { in GetFirstApiLevel()106 GTEST_LOG_(INFO) << "ro.product.first_api_level = " << *first_api_level; in GetFirstApiLevel()
375 int first_api_level; in SetUp() local376 ASSERT_TRUE(GetFirstApiLevel(&first_api_level)); in SetUp()378 ASSERT_LE(first_api_level, __ANDROID_API_Q__); in SetUp()1026 int first_api_level; in TEST() local1027 ASSERT_TRUE(GetFirstApiLevel(&first_api_level)); in TEST()1028 ASSERT_LE(first_api_level, __ANDROID_API_P__) in TEST()
91 bool GetFirstApiLevel(int *first_api_level);
158 String first_api_level = sDevice.getFastbootVariable("first-api-level"); in testFirstApiLevel() local159 CLog.d("first_api_level: '%s'", first_api_level); in testFirstApiLevel()161 int api_level = Integer.parseInt(first_api_level); in testFirstApiLevel()164 fail("Failed to parse first-api-level: " + first_api_level); in testFirstApiLevel()
111 first_api_level = int(out)112 self.assertTrue(first_api_level < 29 or self.isCheckpoint_,
107 first_api_level = int(result)108 asserts.assertTrue(first_api_level < 29 or self.isCheckpoint_,
517 def first_api_level(self): member in AndroidDevice540 level_str = self.first_api_level