Home
last modified time | relevance | path

Searched defs:filePaths (Results 1 – 2 of 2) sorted by relevance

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadStorageProvider.java347 final Set<String> filePaths = new HashSet<>(); in queryChildDocuments() local
398 final Set<String> filePaths = new HashSet<>(); in queryRecentDocuments() local
449 final Set<String> filePaths = new HashSet<>(); in querySearchDocuments() local
476 String[] projection, Set<String> filePaths, in includeSearchFilesFromSharedStorage()
480 projection, filePaths, queryArgs)) { in includeSearchFilesFromSharedStorage() argument
612 Set<String> filePaths, Bundle queryArgs) { in includeDownloadFromCursor()
867 @Nullable Set<String> filePaths, @NonNull ArrayList<Uri> notificationUris, in includeDownloadsFromMediaStore()
897 @NonNull Cursor mediaCursor, @Nullable Set<String> filePaths) { in includeDownloadFromMediaStore()
938 @Nullable Set<String> filePaths, @Nullable String parentId) { in buildSearchSelection()
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/
DDownloadsDeletionTypeTest.java59 String[] filePaths = new String[2]; in testInitializeWithUncheckedFiles() local