Searched defs:filePaths (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/providers/MediaProvider/tests/src/com/android/providers/media/ |
H A D | TranscodeHelperTest.java | 73 List<String> filePaths = Arrays.asList( in testSupportsValidTranscodePath() local 85 List<String> filePaths = Arrays.asList( in testDoesNotSupportsInvalidTranscodePath() local
|
/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
H A D | DownloadStorageProvider.java | 350 final Set<String> filePaths = new HashSet<>(); in queryChildDocuments() local 401 final Set<String> filePaths = new HashSet<>(); in queryRecentDocuments() local 453 final Set<String> filePaths = new HashSet<>(); in querySearchDocuments() local 480 String[] projection, Set<String> filePaths, in includeSearchFilesFromSharedStorage() 484 projection, filePaths, queryArgs)) { in includeSearchFilesFromSharedStorage() argument 616 Set<String> filePaths, Bundle queryArgs) { in includeDownloadFromCursor() 880 @Nullable Set<String> filePaths, @NonNull ArrayList<Uri> notificationUris, in includeDownloadsFromMediaStore() 919 @NonNull Cursor mediaCursor, @Nullable Set<String> filePaths, in includeDownloadFromMediaStore() 968 @Nullable Set<String> filePaths, @Nullable String parentId) { in buildSearchSelection()
|
/aosp12/packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/ |
H A D | DownloadsDeletionTypeTest.java | 59 String[] filePaths = new String[2]; in testInitializeWithUncheckedFiles() local
|