Searched refs:assertSuccessfulDownload (Results 1 – 5 of 5) sorted by relevance
/cts/tests/app/DownloadManagerApi28Test/src/android/app/cts/ |
D | DownloadManagerApi28Test.java | 70 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/ |
D | DownloadManagerTest.java | 274 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()
|
D | DownloadManagerTestBase.java | 425 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/ |
D | ExternalStorageTest.java | 136 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/ |
D | DownloadManagerInstallerTest.java | 68 assertSuccessfulDownload(id, destFile); in testSetDestinationUri_otherAppObbDir()
|