Searched refs:assertRemoveDownload (Results 1 – 4 of 4) sorted by relevance
/cts/tests/app/src/android/app/cts/ |
D | DownloadManagerTest.java | 98 assertRemoveDownload(goodId, allDownloads - 1); in testDownloadManager() 99 assertRemoveDownload(badId, allDownloads - 2); in testDownloadManager() 123 assertRemoveDownload(id, 0); in testDownloadManagerSupportsHttp() 156 assertRemoveDownload(id, 0); in testDownloadManagerSupportsHttpWithExternalWebServer() 190 assertRemoveDownload(id, 0); in testDownloadManagerSupportsHttpsWithExternalWebServer() 225 assertRemoveDownload(id, 0); in testMinimumDownload() 278 assertRemoveDownload(uriId, allDownloads - 1); in testDownloadManagerDestination() 279 assertRemoveDownload(extFileId, allDownloads - 2); in testDownloadManagerDestination() 280 assertRemoveDownload(publicId, allDownloads - 3); in testDownloadManagerDestination() 320 assertRemoveDownload(noExtId, allDownloads - 1); in testDownloadManagerDestinationExtension() [all …]
|
D | DownloadManagerTestBase.java | 449 protected void assertRemoveDownload(long removeId, int expectedNumDownloads) { in assertRemoveDownload() method in DownloadManagerTestBase
|
/cts/tests/app/DownloadManagerApi28Test/src/android/app/cts/ |
D | DownloadManagerApi28Test.java | 72 assertRemoveDownload(id, 0); in testSetDestinationUri_publicDir() 98 assertRemoveDownload(id, 0); in testSetDestinationUri_sdcardPath() 149 assertRemoveDownload(id, 0); in testDestinationInExternalPublicDir() 182 assertRemoveDownload(id, 0); in testAddCompletedDownload_publicDirs() 215 assertRemoveDownload(downloadId, 0); in testDownloadManager_mediaStoreEntry() 262 assertRemoveDownload(downloadId, 0); in testAddCompletedDownload_mediaStoreEntry()
|
/cts/tests/app/DownloadManagerInstallerTest/src/android/app/cts/ |
D | DownloadManagerInstallerTest.java | 70 assertRemoveDownload(id, 0); in testSetDestinationUri_otherAppObbDir()
|