Searched refs:allDownloads (Results 1 – 3 of 3) sorted by relevance
/cts/tests/app/src/android/app/cts/ |
D | DownloadManagerTest.java | 87 int allDownloads = getTotalNumberDownloads(); in testDownloadManager() local 88 assertEquals(2, allDownloads); in testDownloadManager() 98 assertRemoveDownload(goodId, allDownloads - 1); in testDownloadManager() 99 assertRemoveDownload(badId, allDownloads - 2); in testDownloadManager() 269 int allDownloads = getTotalNumberDownloads(); in testDownloadManagerDestination() local 270 assertEquals(3, allDownloads); in testDownloadManagerDestination() 278 assertRemoveDownload(uriId, allDownloads - 1); in testDownloadManagerDestination() 279 assertRemoveDownload(extFileId, allDownloads - 2); in testDownloadManagerDestination() 280 assertRemoveDownload(publicId, allDownloads - 3); in testDownloadManagerDestination() 312 int allDownloads = getTotalNumberDownloads(); in testDownloadManagerDestinationExtension() local [all …]
|
/cts/tests/app/DownloadManagerApi28Test/src/android/app/cts/ |
D | DownloadManagerApi28Test.java | 66 int allDownloads = getTotalNumberDownloads(); in testSetDestinationUri_publicDir() local 67 assertEquals(1, allDownloads); in testSetDestinationUri_publicDir() 92 int allDownloads = getTotalNumberDownloads(); in testSetDestinationUri_sdcardPath() local 93 assertEquals(1, allDownloads); in testSetDestinationUri_sdcardPath() 143 int allDownloads = getTotalNumberDownloads(); in testDestinationInExternalPublicDir() local 144 assertEquals(1, allDownloads); in testDestinationInExternalPublicDir()
|
/cts/tests/app/DownloadManagerInstallerTest/src/android/app/cts/ |
D | DownloadManagerInstallerTest.java | 65 int allDownloads = getTotalNumberDownloads(); in testSetDestinationUri_otherAppObbDir() local 66 assertEquals(1, allDownloads); in testSetDestinationUri_otherAppObbDir()
|