Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadStorageProvider.java337 final Set<String> filePaths = new HashSet<>(); in queryChildDocuments() local
339 includeDownloadFromCursor(result, cursor, filePaths, null /* queryArgs */); in queryChildDocuments()
343 filePaths, notificationUris, in queryChildDocuments()
345 includeFilesFromSharedStorage(result, filePaths, null); in queryChildDocuments()
388 final Set<String> filePaths = new HashSet<>(); in queryRecentDocuments() local
403 includeDownloadFromCursor(result, cursor, filePaths, in queryRecentDocuments()
413 includeDownloadsFromMediaStore(result, args, filePaths, in queryRecentDocuments()
440 final Set<String> filePaths = new HashSet<>(); in querySearchDocuments() local
442 includeDownloadFromCursor(result, cursor, filePaths, queryArgs); in querySearchDocuments()
445 includeDownloadsFromMediaStore(result, queryArgs, filePaths, in querySearchDocuments()
[all …]
/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DTranscodeHelperTest.java58 List<String> filePaths = Arrays.asList( in testSupportsValidTranscodePath() local
63 for (String path : filePaths) { in testSupportsValidTranscodePath()
70 List<String> filePaths = Arrays.asList( in testDoesNotSupportsInvalidTranscodePath() local
77 for (String path : filePaths) { in testDoesNotSupportsInvalidTranscodePath()
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/
DDownloadsDeletionTypeTest.java59 String[] filePaths = new String[2]; in testInitializeWithUncheckedFiles() local
60 filePaths[0] = temp.getPath(); in testInitializeWithUncheckedFiles()
61 filePaths[1] = temp2.getPath(); in testInitializeWithUncheckedFiles()
62 mDeletion = new DownloadsDeletionType(RuntimeEnvironment.application, filePaths); in testInitializeWithUncheckedFiles()