Searched refs:exemption (Results 1 – 2 of 2) sorted by relevance
185 for (const std::string& exemption : exemptions) { in IsExempted() local186 if (DoesPrefixMatch(exemption)) { in IsExempted()
89 jstring exemption = reinterpret_cast<jstring>(env->GetObjectArrayElement(exemptions, i)); in VMRuntime_setHiddenApiExemptions() local90 const char* raw_exemption = env->GetStringUTFChars(exemption, nullptr); in VMRuntime_setHiddenApiExemptions()92 env->ReleaseStringUTFChars(exemption, raw_exemption); in VMRuntime_setHiddenApiExemptions()