Searched refs:exemptions (Results 1 – 5 of 5) sorted by relevance
81 std::vector<std::string> exemptions; in Java_Main_setSdkAll() local83 exemptions.push_back("L"); in Java_Main_setSdkAll()85 Runtime::Current()->SetHiddenApiExemptions(exemptions); in Java_Main_setSdkAll()
83 jobjectArray exemptions) { in VMRuntime_setHiddenApiExemptions() argument85 int exemptions_length = env->GetArrayLength(exemptions); in VMRuntime_setHiddenApiExemptions()87 jstring exemption = reinterpret_cast<jstring>(env->GetObjectArrayElement(exemptions, i)); in VMRuntime_setHiddenApiExemptions()
312 bool MemberSignature::DoesPrefixMatchAny(const std::vector<std::string>& exemptions) { in DoesPrefixMatchAny() argument313 for (const std::string& exemption : exemptions) { in DoesPrefixMatchAny()
205 bool DoesPrefixMatchAny(const std::vector<std::string>& exemptions);
681 void SetHiddenApiExemptions(const std::vector<std::string>& exemptions) { in SetHiddenApiExemptions() argument682 hidden_api_exemptions_ = exemptions; in SetHiddenApiExemptions()