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.java472 final boolean shouldExcludeMedia = queryArgs.getBoolean( in includeSearchFilesFromSharedStorage()
480 if (!shouldExcludeMedia || !isMediaMimeType(mimeType)) { in includeSearchFilesFromSharedStorage()
618 final boolean shouldExcludeMedia = queryArgs.getBoolean( in includeDownloadFromCursor()
620 if (shouldExcludeMedia) { in includeDownloadFromCursor()
892 final boolean shouldExcludeMedia = queryArgs != null && queryArgs.getBoolean( in includeDownloadsFromMediaStore()
895 includeDownloadFromMediaStore(result, cursor, filePaths, shouldExcludeMedia); in includeDownloadsFromMediaStore()
906 boolean shouldExcludeMedia) { in includeDownloadFromMediaStore() argument
911 if (shouldExcludeMedia && MediaFile.isDocumentMimeType(mimeType)) { in includeDownloadFromMediaStore()
985 final boolean shouldExcludeMedia = queryArgs.getBoolean( in buildSearchSelection()
987 if (shouldExcludeMedia) { in buildSearchSelection()