Searched refs:IsAtLeastT (Results 1 – 4 of 4) sorted by relevance
27 bool IsAtLeastT();46 EXPECT_TRUE(nostl::IsAtLeastT()); in TEST_F()
31 bool IsAtLeastT() { return android::modules::sdklevel::IsAtLeastT(); } in IsAtLeastT() function
54 inline bool IsAtLeastT() { return android_get_device_api_level() >= 33; } in IsAtLeastT() function
91 IsAtLeastT() ? getKnownCodenames() in isKnownCodename()