Home
last modified time | relevance | path

Searched refs:getTotalNumberDownloads (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
H A DVpnTest.java1218 assertEquals(1, getTotalNumberDownloads(dm, new Query())); in testDownloadWithDownloadManagerDisallowed()
1219 assertEquals(1, getTotalNumberDownloads(dm, new Query().setFilterById(id))); in testDownloadWithDownloadManagerDisallowed()
1223 assertEquals(1, getTotalNumberDownloads(dm, in testDownloadWithDownloadManagerDisallowed()
1228 assertEquals(0, getTotalNumberDownloads(dm, new Query())); in testDownloadWithDownloadManagerDisallowed()
1234 private static int getTotalNumberDownloads(final DownloadManager dm, final Query query) { in getTotalNumberDownloads() method in VpnTest