Searched defs:downloads (Results 1 – 5 of 5) sorted by relevance
/packages/providers/MediaProvider/tests/src/com/android/providers/media/oemmetadataservices/ |
D | OemMetadataServiceTest.java | 153 final File downloads = new File(Environment.getExternalStorageDirectory(), in testScanOfOemMetadataAndFilterOnReadWithoutPermission() local 195 final File downloads = new File(Environment.getExternalStorageDirectory(), in testTriggerOemMetadataUpdateWithPermission() local 248 final File downloads = new File(Environment.getExternalStorageDirectory(), in testTriggerBulkUpdateOemMetadataInNextScan() local 318 final File downloads = new File(Environment.getExternalStorageDirectory(), in testNoServiceBindingWithoutPermission() local
|
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
D | ThreadingTest.java | 51 final List<Pair<Download, String>> downloads = Lists.newArrayList(); in testFilenameRace() local
|
D | PublicApiFunctionalTest.java | 328 private void checkAndCloseCursor(Cursor cursor, Download... downloads) { in checkAndCloseCursor()
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/roots/ |
D | ProvidersAccessTest.java | 148 RootInfo downloads = buildForMimeTypes("*/*"); in testDefaultRoot() local
|
/packages/providers/MediaProvider/tests/src/com/android/providers/media/ |
D | MediaProviderTest.java | 2266 final File downloads = new File(Environment.getExternalStorageDirectory(), in testQueryingMediaGeolocationDataInProjectionShouldReturnNull() local 2297 final File downloads = new File(Environment.getExternalStorageDirectory(), in testQueryingMediaGeolocationDataInSelectionShouldReturnEmptyCursor() local 2326 final File downloads = new File(Environment.getExternalStorageDirectory(), in testQueryingMediaGeolocationDataInOrderByShouldReturnNonEmptyCursor() local 2357 final File downloads = new File(Environment.getExternalStorageDirectory(), in testQueryingMediaGeolocationDataInGroupByAndHavingShouldReturnEmptyCursor() local
|