Home
last modified time | relevance | path

Searched refs:shouldBypass (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/
H A DLocalCallingIdentity.java195 ident.shouldBypass = false; in fromSelfAsUser()
392 private volatile boolean shouldBypass; field in LocalCallingIdentity
423 shouldBypass = shouldBypassDatabaseInternal(isSystemGallery); in shouldBypassDatabase()
426 return shouldBypass; in shouldBypassDatabase()
H A DMediaProvider.java8531 final boolean shouldBypass = shouldBypassFuseRestrictions(/*forWrite*/ true, path);
8535 if (!shouldBypass && isCallingPackageRequestingLegacy()) {
8544 if (shouldBypass) {