Searched refs:assertSuccessfulDownload (Results 1 – 5 of 5) sorted by relevance
/cts/tests/app/src/android/app/cts/ |
D | DownloadManagerTest.java | 257 assertSuccessfulDownload(uriId, uriLocation); in testDownloadManagerDestination() 258 assertSuccessfulDownload(extFileId, extFileLocation); in testDownloadManagerDestination() 259 assertSuccessfulDownload(publicId, publicLocation); in testDownloadManagerDestination() 300 assertSuccessfulDownload(noExtId, noExtLocation); in testDownloadManagerDestinationExtension() 301 assertSuccessfulDownload(wrongExtId, wrongExtLocation); in testDownloadManagerDestinationExtension() 372 assertSuccessfulDownload(id, downloadsFile); in testSetDestinationUri() 409 assertSuccessfulDownload(id, new File( in testSetDestinationInExternalPublicDownloadDir() 491 assertSuccessfulDownload(uriId, uriLocation); in testDownloadNotVisibleInUi() 626 assertSuccessfulDownload(id, new File( in testDownload_mediaScanned()
|
D | DownloadManagerTestBase.java | 384 protected void assertSuccessfulDownload(long id, File location) throws Exception { in assertSuccessfulDownload() method in DownloadManagerTestBase
|
/cts/tests/app/DownloadManagerApi28Test/src/android/app/cts/ |
D | DownloadManagerApi28Test.java | 65 assertSuccessfulDownload(id, publicLocation); in testSetDestinationUri_publicDir() 91 assertSuccessfulDownload(id, path); in testSetDestinationUri_sdcardPath() 120 assertSuccessfulDownload(id, publicLocation); in testDestinationInExternalPublicDir() 178 assertSuccessfulDownload(downloadId, new File(downloadLocation.getPath())); in testDownloadManager_mediaStoreEntry()
|
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/ |
D | ExternalStorageTest.java | 132 assertSuccessfulDownload(id, target); in testDownloadManagerPackage() 187 private void assertSuccessfulDownload(long id, File location) { in assertSuccessfulDownload() method in ExternalStorageTest
|
/cts/tests/tests/networksecurityconfig/networksecurityconfig-downloadmanager/src/android/security/net/config/cts/ |
D | DownloadManagerTest.java | 109 assertSuccessfulDownload(id); in runDownloadManagerTest() 179 private void assertSuccessfulDownload(long id) throws Exception { in assertSuccessfulDownload() method in DownloadManagerTest
|