HomeSort by relevance Sort by last modified time
    Searched refs:exemption (Results 1 - 3 of 3) sorted by null

  /art/runtime/
hidden_api.cc 121 for (const std::string& exemption : exemptions) {
122 if (DoesPrefixMatch(exemption)) {
212 // Check for an exemption first. Exempted APIs are treated as white list.
222 // Avoid re-examining the exemption list next time.
  /art/runtime/native/
dalvik_system_VMRuntime.cc 87 jstring exemption = reinterpret_cast<jstring>(env->GetObjectArrayElement(exemptions, i)); local
88 const char* raw_exemption = env->GetStringUTFChars(exemption, nullptr);
90 env->ReleaseStringUTFChars(exemption, raw_exemption);
  /frameworks/base/services/core/java/com/android/server/content/
ContentService.java 1297 final int exemption = local
    [all...]

Completed in 151 milliseconds