Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadStorageProvider.java486 final boolean shouldExcludeMedia = queryArgs.getBoolean( in includeSearchFilesFromSharedStorage()
494 if (!shouldExcludeMedia || !isMediaMimeType(mimeType)) { in includeSearchFilesFromSharedStorage()
632 final boolean shouldExcludeMedia = queryArgs.getBoolean( in includeDownloadFromCursor()
634 if (shouldExcludeMedia) { in includeDownloadFromCursor()
897 final boolean shouldExcludeMedia = queryArgs != null && queryArgs.getBoolean( in includeDownloadsFromMediaStore()
900 includeDownloadFromMediaStore(result, cursor, filePaths, shouldExcludeMedia); in includeDownloadsFromMediaStore()
911 boolean shouldExcludeMedia) { in includeDownloadFromMediaStore() argument
916 if (shouldExcludeMedia && MediaFile.isDocumentMimeType(mimeType)) { in includeDownloadFromMediaStore()
990 final boolean shouldExcludeMedia = queryArgs.getBoolean( in buildSearchSelection()
992 if (shouldExcludeMedia) { in buildSearchSelection()