Home
last modified time | relevance | path

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

/cts/tests/app/DownloadManagerApi28Test/src/android/app/cts/
DDownloadManagerApi28Test.java67 assertSuccessfulDownload(id, publicLocation); in testSetDestinationUri_publicDir()
93 assertSuccessfulDownload(id, path); in testSetDestinationUri_sdcardPath()
122 assertSuccessfulDownload(id, publicLocation); in testDestinationInExternalPublicDir()
181 assertSuccessfulDownload(downloadId, new File(downloadLocation.getPath())); in testDownloadManager_mediaStoreEntry()
/cts/tests/app/src/android/app/cts/
DDownloadManagerTest.java270 assertSuccessfulDownload(uriId, uriLocation); in testDownloadManagerDestination()
271 assertSuccessfulDownload(extFileId, extFileLocation); in testDownloadManagerDestination()
272 assertSuccessfulDownload(publicId, publicLocation); in testDownloadManagerDestination()
313 assertSuccessfulDownload(noExtId, noExtLocation); in testDownloadManagerDestinationExtension()
314 assertSuccessfulDownload(wrongExtId, wrongExtLocation); in testDownloadManagerDestinationExtension()
385 assertSuccessfulDownload(id, downloadsFile); in testSetDestinationUri()
422 assertSuccessfulDownload(id, new File( in testSetDestinationInExternalPublicDownloadDir()
514 assertSuccessfulDownload(uriId, uriLocation); in testDownloadNotVisibleInUi()
674 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()
/cts/tests/tests/networksecurityconfig/networksecurityconfig-downloadmanager/src/android/security/net/config/cts/
DDownloadManagerTest.java109 assertSuccessfulDownload(id); in runDownloadManagerTest()
179 private void assertSuccessfulDownload(long id) throws Exception { in assertSuccessfulDownload() method in DownloadManagerTest