Searched refs:exemption (Results 1 – 2 of 2) sorted by relevance
221 for (const std::string& exemption : exemptions) { in DoesPrefixMatchAny() local222 if (DoesPrefixMatch(exemption)) { in DoesPrefixMatchAny()
91 jstring exemption = reinterpret_cast<jstring>(env->GetObjectArrayElement(exemptions, i)); in VMRuntime_setHiddenApiExemptions() local92 const char* raw_exemption = env->GetStringUTFChars(exemption, nullptr); in VMRuntime_setHiddenApiExemptions()94 env->ReleaseStringUTFChars(exemption, raw_exemption); in VMRuntime_setHiddenApiExemptions()