Searched refs:exemptions (Results 1 – 5 of 5) sorted by relevance
89 std::vector<std::string> exemptions; in Java_Main_setWhitelistAll() local91 exemptions.push_back("L"); in Java_Main_setWhitelistAll()93 Runtime::Current()->SetHiddenApiExemptions(exemptions); in Java_Main_setWhitelistAll()
220 bool MemberSignature::DoesPrefixMatchAny(const std::vector<std::string>& exemptions) { in DoesPrefixMatchAny() argument221 for (const std::string& exemption : exemptions) { in DoesPrefixMatchAny()
199 bool DoesPrefixMatchAny(const std::vector<std::string>& exemptions);
611 void SetHiddenApiExemptions(const std::vector<std::string>& exemptions) { in SetHiddenApiExemptions() argument612 hidden_api_exemptions_ = exemptions; in SetHiddenApiExemptions()
87 jobjectArray exemptions) { in VMRuntime_setHiddenApiExemptions() argument89 int exemptions_length = env->GetArrayLength(exemptions); in VMRuntime_setHiddenApiExemptions()91 jstring exemption = reinterpret_cast<jstring>(env->GetObjectArrayElement(exemptions, i)); in VMRuntime_setHiddenApiExemptions()