Searched refs:IsAtLeastS (Results 1 – 3 of 3) sorted by relevance
26 bool IsAtLeastS();45 EXPECT_TRUE(nostl::IsAtLeastS()); in TEST_F()
30 bool IsAtLeastS() { return android::modules::sdklevel::IsAtLeastS(); } in IsAtLeastS() function
51 inline bool IsAtLeastS() { return android_get_device_api_level() >= 31; } in IsAtLeastS() function