Home
last modified time | relevance | path

Searched refs:GetMaxAllowedSdkVersion (Results 1 – 5 of 5) sorted by relevance

/art/tools/veridex/
Dhidden_api.cc70 } else if (membership.GetMaxAllowedSdkVersion() < it->second.GetMaxAllowedSdkVersion()) { in AddSignatureToApiList()
/art/runtime/
Dhidden_api_test.cc118 static_cast<uint32_t>(hiddenapi::ApiList::GreylistMaxO().GetMaxAllowedSdkVersion())); in TEST_F()
127 static_cast<uint32_t>(hiddenapi::ApiList::GreylistMaxO().GetMaxAllowedSdkVersion()) + 1); in TEST_F()
136 static_cast<uint32_t>(hiddenapi::ApiList::GreylistMaxP().GetMaxAllowedSdkVersion()) + 1); in TEST_F()
Dhidden_api.cc445 api_list.GetMaxAllowedSdkVersion()); in ShouldDenyAccessToMemberImpl()
/art/libartbase/base/
Dhiddenapi_flags.h279 SdkVersion GetMaxAllowedSdkVersion() const { return kMaxSdkVersions[GetIntValue()]; } in GetMaxAllowedSdkVersion() function
/art/test/674-hiddenapi/
Dhiddenapi.cc37 static_cast<uint32_t>(hiddenapi::ApiList::GreylistMaxO().GetMaxAllowedSdkVersion())); in Java_Main_init()