Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DTranscodeHelperTest.java58 List<String> filePaths = Arrays.asList( in testSupportsValidTranscodePath() local
70 List<String> filePaths = Arrays.asList( in testDoesNotSupportsInvalidTranscodePath() local
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadStorageProvider.java337 final Set<String> filePaths = new HashSet<>(); in queryChildDocuments() local
388 final Set<String> filePaths = new HashSet<>(); in queryRecentDocuments() local
440 final Set<String> filePaths = new HashSet<>(); in querySearchDocuments() local
467 Set<String> filePaths, Bundle queryArgs) throws FileNotFoundException { in includeSearchFilesFromSharedStorage()
470 projection, /* exclusion */ filePaths, queryArgs)) { in includeSearchFilesFromSharedStorage() argument
602 Set<String> filePaths, Bundle queryArgs) { in includeDownloadFromCursor()
866 @Nullable Set<String> filePaths, @NonNull ArrayList<Uri> notificationUris, in includeDownloadsFromMediaStore()
905 @NonNull Cursor mediaCursor, @Nullable Set<String> filePaths, in includeDownloadFromMediaStore()
954 @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