Searched refs:first_api_level (Results 1 – 9 of 9) sorted by relevance
35 first_api_level = 037 first_api_level = int(out_api)43 …self.assertTrue(first_api_level < 34 or out_sdcardfs.strip() != "" or out_running.strip() == "true…
161 int first_api_level; in SetUp() local162 ASSERT_TRUE(GetFirstApiLevel(&first_api_level)); in SetUp()164 ASSERT_LE(first_api_level, __ANDROID_API_Q__); in SetUp()308 int first_api_level; in TEST() local309 ASSERT_TRUE(GetFirstApiLevel(&first_api_level)); in TEST()310 ASSERT_LE(first_api_level, __ANDROID_API_Q__) in TEST()
215 bool GetFirstApiLevel(int *first_api_level) { in GetFirstApiLevel() argument216 *first_api_level = in GetFirstApiLevel()218 if (*first_api_level == 0) { in GetFirstApiLevel()222 GTEST_LOG_(INFO) << "ro.product.first_api_level = " << *first_api_level; in GetFirstApiLevel()
105 bool GetFirstApiLevel(int *first_api_level);
545 int first_api_level; in SetUp() local546 ASSERT_TRUE(GetFirstApiLevel(&first_api_level)); in SetUp()548 ASSERT_LE(first_api_level, __ANDROID_API_Q__); in SetUp()1495 int first_api_level; in DeviceUsesFBE() local1496 if (!GetFirstApiLevel(&first_api_level)) return true; in DeviceUsesFBE()1497 if (first_api_level >= __ANDROID_API_Q__) { in DeviceUsesFBE()
42 int first_api_level = Integer.parseInt(result); in should_run() local44 if (first_api_level < MIN_FIRST_API_LEVEL) in should_run()
110 first_api_level = 0112 first_api_level = int(out)115 self.assertTrue(first_api_level < 29 or self.isCheckpoint_,
156 String first_api_level = in testFirstApiLevel() local158 CLog.d("first_api_level: '%s'", first_api_level); in testFirstApiLevel()160 int api_level = Integer.parseInt(first_api_level); in testFirstApiLevel()163 fail("Failed to parse first-api-level: " + first_api_level); in testFirstApiLevel()
193 int first_api_level = android::base::GetIntProperty( in TEST_F() local196 if (first_api_level >= __ANDROID_API_T__) { in TEST_F()