Home
last modified time | relevance | path

Searched refs:IsAtLeastS (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/modules-utils/build/tests/
Dsdk_level_test.cpp26 bool IsAtLeastS();
45 EXPECT_TRUE(nostl::IsAtLeastS()); in TEST_F()
Dsdk_level_nostl.cpp30 bool IsAtLeastS() { return android::modules::sdklevel::IsAtLeastS(); } in IsAtLeastS() function
/frameworks/libs/modules-utils/build/include/android-modules-utils/
Dsdk_level.h51 inline bool IsAtLeastS() { return android_get_device_api_level() >= 31; } in IsAtLeastS() function