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.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.java426 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.java69 assertSuccessfulDownload(id, destFile); in testSetDestinationUri_otherAppObbDir()
/cts/tests/tests/networksecurityconfig/networksecurityconfig-downloadmanager/src/android/security/net/config/cts/
DDownloadManagerTest.java113 assertSuccessfulDownload(id); in runDownloadManagerTest()
183 private void assertSuccessfulDownload(long id) throws Exception { in assertSuccessfulDownload() method in DownloadManagerTest