Home
last modified time | relevance | path

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

/art/test/674-hiddenapi/
Dhiddenapi.cc93 Runtime::Current()->SetHiddenApiExemptions(exemptions); in Java_Main_setWhitelistAll()
/art/runtime/
Druntime.h611 void SetHiddenApiExemptions(const std::vector<std::string>& exemptions) { in SetHiddenApiExemptions() function
/art/runtime/native/
Ddalvik_system_VMRuntime.cc97 Runtime::Current()->SetHiddenApiExemptions(exemptions_vec); in VMRuntime_setHiddenApiExemptions()