Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/
DLocalCallingIdentity.java495 public boolean shouldBypassDatabase(boolean isSystemGallery) { in shouldBypassDatabase() argument
497 shouldBypass = shouldBypassDatabaseInternal(isSystemGallery); in shouldBypassDatabase()
503 private boolean shouldBypassDatabaseInternal(boolean isSystemGallery) { in shouldBypassDatabaseInternal() argument
524 if (isSystemGallery) { in shouldBypassDatabaseInternal()
DMediaProvider.java7228 boolean isSystemGallery = PermissionUtils.checkWriteImagesOrVideoAppOps(
7231 res.putBoolean(MediaStore.EXTRA_IS_SYSTEM_GALLERY_RESPONSE, isSystemGallery);