Home
last modified time | relevance | path

Searched refs:assertSuccessfulDownload (Results 1 – 5 of 5) sorted by relevance

/cts/tests/app/DownloadManagerApi28Test/src/android/app/cts/
DDownloadManagerApi28Test.java70 assertSuccessfulDownload(id, publicLocation); in testSetDestinationUri_publicDir()
96 assertSuccessfulDownload(id, path); in testSetDestinationUri_sdcardPath()
147 assertSuccessfulDownload(id, publicLocation); in testDestinationInExternalPublicDir()
206 assertSuccessfulDownload(downloadId, new File(downloadLocation.getPath())); in testDownloadManager_mediaStoreEntry()
/cts/tests/app/src/android/app/cts/
DDownloadManagerTest.java274 assertSuccessfulDownload(uriId, uriLocation); in testDownloadManagerDestination()
275 assertSuccessfulDownload(extFileId, extFileLocation); in testDownloadManagerDestination()
276 assertSuccessfulDownload(publicId, publicLocation); in testDownloadManagerDestination()
317 assertSuccessfulDownload(noExtId, noExtLocation); in testDownloadManagerDestinationExtension()
318 assertSuccessfulDownload(wrongExtId, wrongExtLocation); in testDownloadManagerDestinationExtension()
411 assertSuccessfulDownload(id, downloadsFile); in testSetDestinationUri()
448 assertSuccessfulDownload(id, new File( in testSetDestinationInExternalPublicDownloadDir()
540 assertSuccessfulDownload(uriId, uriLocation); in testDownloadNotVisibleInUi()
700 assertSuccessfulDownload(id, new File( in testDownload_mediaScanned()
DDownloadManagerTestBase.java425 protected void assertSuccessfulDownload(long id, File location) throws Exception { in assertSuccessfulDownload() method in DownloadManagerTestBase
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
DExternalStorageTest.java136 assertSuccessfulDownload(id, target); in testDownloadManagerPackage()
191 private void assertSuccessfulDownload(long id, File location) { in assertSuccessfulDownload() method in ExternalStorageTest
/cts/tests/app/DownloadManagerInstallerTest/src/android/app/cts/
DDownloadManagerInstallerTest.java68 assertSuccessfulDownload(id, destFile); in testSetDestinationUri_otherAppObbDir()