Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dhidden_api.cc257 if (access_denied && list.IsTestApi()) { in WarnAboutAccess()
519 if (api_list.IsTestApi() && in ShouldDenyAccessToMemberImpl()
/aosp12/art/libartbase/base/
H A Dhiddenapi_flags.h330 bool IsTestApi() const { in IsTestApi() function