Searched refs:device_api_level_ (Results 1 – 1 of 1) sorted by relevance
38 device_api_level_ = android_get_device_api_level(); in UnboundedSdkLevelTest()42 int device_api_level_; member in android::modules::sdklevel::unbounded::UnboundedSdkLevelTest50 EXPECT_TRUE(IsAtLeast(std::to_string(device_api_level_).c_str())); in TEST_F()52 EXPECT_FALSE(IsAtLeast(std::to_string(device_api_level_ + 1).c_str())); in TEST_F()58 EXPECT_TRUE(IsAtMost(std::to_string(device_api_level_).c_str())); in TEST_F()60 EXPECT_FALSE(IsAtMost(std::to_string(device_api_level_).c_str())); in TEST_F()63 EXPECT_TRUE(IsAtMost(std::to_string(device_api_level_ + 1).c_str())); in TEST_F()92 std::to_string(device_api_level_).c_str())); in TEST_F()94 std::to_string(device_api_level_ + 1).c_str())); in TEST_F()