Searched refs:filePaths (Results 1 – 2 of 2) sorted by relevance
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadStorageProvider.java | 347 final Set<String> filePaths = new HashSet<>(); in queryChildDocuments() local 349 includeDownloadFromCursor(result, cursor, filePaths, null /* queryArgs */); in queryChildDocuments() 353 filePaths, notificationUris, in queryChildDocuments() 355 includeFilesFromSharedStorage(result, filePaths, null); in queryChildDocuments() 398 final Set<String> filePaths = new HashSet<>(); in queryRecentDocuments() local 412 includeDownloadFromCursor(result, cursor, filePaths, in queryRecentDocuments() 422 includeDownloadsFromMediaStore(result, args, filePaths, in queryRecentDocuments() 449 final Set<String> filePaths = new HashSet<>(); in querySearchDocuments() local 451 includeDownloadFromCursor(result, cursor, filePaths, queryArgs); in querySearchDocuments() 454 includeDownloadsFromMediaStore(result, queryArgs, filePaths, in querySearchDocuments() [all …]
|
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/ |
D | DownloadsDeletionTypeTest.java | 59 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()
|