Home
last modified time | relevance | path

Searched refs:SetHiddenApiExemptions (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/test/674-hiddenapi/
H A Dhiddenapi.cc93 Runtime::Current()->SetHiddenApiExemptions(exemptions); in Java_Main_setSdkAll()
/aosp12/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc91 Runtime::Current()->SetHiddenApiExemptions(exemptions_vec); in VMRuntime_setHiddenApiExemptions()
/aosp12/art/runtime/
H A Druntime.h629 void SetHiddenApiExemptions(const std::vector<std::string>& exemptions) { in SetHiddenApiExemptions() function