Home
last modified time | relevance | path

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

/art/tools/veridex/
Dhidden_api.cc65 } else if (membership.GetMaxAllowedSdkVersion() < it->second.GetMaxAllowedSdkVersion()) { in AddSignatureToApiList()
/art/runtime/
Dhidden_api_test.cc134 static_cast<uint32_t>(hiddenapi::ApiList::GreylistMaxO().GetMaxAllowedSdkVersion())); in TEST_F()
146 static_cast<uint32_t>(hiddenapi::ApiList::GreylistMaxO().GetMaxAllowedSdkVersion()) + 1); in TEST_F()
165 static_cast<uint32_t>(hiddenapi::ApiList::GreylistMaxP().GetMaxAllowedSdkVersion()) + 1); in TEST_F()
177 static_cast<uint32_t>(hiddenapi::ApiList::GreylistMaxQ().GetMaxAllowedSdkVersion()) + 1); in TEST_F()
193 static_cast<uint32_t>(hiddenapi::ApiList::GreylistMaxQ().GetMaxAllowedSdkVersion()) + 1); in TEST_F()
Dhidden_api.cc496 switch (api_list.GetMaxAllowedSdkVersion()) { in ShouldDenyAccessToMemberImpl()
505 api_list.GetMaxAllowedSdkVersion()); in ShouldDenyAccessToMemberImpl()
/art/libartbase/base/
Dhiddenapi_flags.h304 SdkVersion GetMaxAllowedSdkVersion() const { return kMaxSdkVersions[GetIntValue()]; } in GetMaxAllowedSdkVersion() function
/art/test/674-hiddenapi/
Dhiddenapi.cc40 static_cast<uint32_t>(hiddenapi::ApiList::GreylistMaxO().GetMaxAllowedSdkVersion())); in Java_Main_init()