Home
last modified time | relevance | path

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

/art/tools/veridex/
Dhidden_api_finder.cc37 if (hidden_api_.IsInRestrictionList(name)) { in CheckMethod()
48 if (hidden_api_.IsInRestrictionList(name)) { in CheckField()
59 if (hidden_api_.IsInRestrictionList(name)) { in CollectAccesses()
97 if (hidden_api_.IsInRestrictionList(str)) { in CollectAccesses()
99 } else if (hidden_api_.IsInRestrictionList(name)) { in CollectAccesses()
Dhidden_api.h54 bool IsInRestrictionList(const std::string& name) const { in IsInRestrictionList() function