Searched refs:first_api_level (Results 1 – 7 of 7) sorted by relevance
35 first_api_level = 037 first_api_level = int(out_api)41 self.assertTrue(first_api_level < 34 or out_running.strip() == "true",
164 int first_api_level; in SetUp() local165 ASSERT_TRUE(GetFirstApiLevel(&first_api_level)); in SetUp()167 ASSERT_LE(first_api_level, __ANDROID_API_Q__); in SetUp()311 int first_api_level; in TEST() local312 ASSERT_TRUE(GetFirstApiLevel(&first_api_level)); in TEST()313 ASSERT_LE(first_api_level, __ANDROID_API_Q__) in TEST()
129 bool GetFirstApiLevel(int *first_api_level) { in GetFirstApiLevel() argument130 *first_api_level = in GetFirstApiLevel()132 if (*first_api_level == 0) { in GetFirstApiLevel()136 GTEST_LOG_(INFO) << "ro.product.first_api_level = " << *first_api_level; in GetFirstApiLevel()
105 bool GetFirstApiLevel(int *first_api_level);
513 int first_api_level; in SetUp() local514 ASSERT_TRUE(GetFirstApiLevel(&first_api_level)); in SetUp()516 ASSERT_LE(first_api_level, __ANDROID_API_Q__); in SetUp()1368 int first_api_level; in DeviceUsesFBE() local1369 if (!GetFirstApiLevel(&first_api_level)) return true; in DeviceUsesFBE()1370 if (first_api_level >= __ANDROID_API_Q__) { in DeviceUsesFBE()
110 first_api_level = 0112 first_api_level = int(out)115 self.assertTrue(first_api_level < 29 or self.isCheckpoint_,
177 String first_api_level = in testFirstApiLevel() local179 CLog.d("first_api_level: '%s'", first_api_level); in testFirstApiLevel()181 int api_level = Integer.parseInt(first_api_level); in testFirstApiLevel()184 fail("Failed to parse first-api-level: " + first_api_level); in testFirstApiLevel()