Searched refs:allDownloads (Results 1 – 3 of 3) sorted by relevance
/cts/tests/app/src/android/app/cts/ |
D | DownloadManagerTest.java | 83 int allDownloads = getTotalNumberDownloads(); in testDownloadManager() local 84 assertEquals(2, allDownloads); in testDownloadManager() 94 assertRemoveDownload(goodId, allDownloads - 1); in testDownloadManager() 95 assertRemoveDownload(badId, allDownloads - 2); in testDownloadManager() 265 int allDownloads = getTotalNumberDownloads(); in testDownloadManagerDestination() local 266 assertEquals(3, allDownloads); in testDownloadManagerDestination() 274 assertRemoveDownload(uriId, allDownloads - 1); in testDownloadManagerDestination() 275 assertRemoveDownload(extFileId, allDownloads - 2); in testDownloadManagerDestination() 276 assertRemoveDownload(publicId, allDownloads - 3); in testDownloadManagerDestination() 308 int allDownloads = getTotalNumberDownloads(); in testDownloadManagerDestinationExtension() local [all …]
|
/cts/tests/app/DownloadManagerApi28Test/src/android/app/cts/ |
D | DownloadManagerApi28Test.java | 63 int allDownloads = getTotalNumberDownloads(); in testSetDestinationUri_publicDir() local 64 assertEquals(1, allDownloads); in testSetDestinationUri_publicDir() 89 int allDownloads = getTotalNumberDownloads(); in testSetDestinationUri_sdcardPath() local 90 assertEquals(1, allDownloads); in testSetDestinationUri_sdcardPath() 118 int allDownloads = getTotalNumberDownloads(); in testDestinationInExternalPublicDir() local 119 assertEquals(1, allDownloads); in testDestinationInExternalPublicDir()
|
/cts/tests/app/DownloadManagerInstallerTest/src/android/app/cts/ |
D | DownloadManagerInstallerTest.java | 64 int allDownloads = getTotalNumberDownloads(); in testSetDestinationUri_otherAppObbDir() local 65 assertEquals(1, allDownloads); in testSetDestinationUri_otherAppObbDir()
|