Home
last modified time | relevance | path

Searched refs:GetHiddenApiExemptions (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/runtime/
H A Dhidden_api.cc507 if (member_signature.DoesPrefixMatchAny(runtime->GetHiddenApiExemptions())) { in ShouldDenyAccessToMemberImpl()
H A Druntime.h633 const std::vector<std::string>& GetHiddenApiExemptions() { in GetHiddenApiExemptions() function