Searched refs:downloadIds (Results 1 – 2 of 2) sorted by relevance
478 HashSet<Long> downloadIds = new HashSet<Long>(TOTAL_DOWNLOADS); in runDownloadMultipleSimultaneously() local493 downloadIds.add(dlRequest); in runDownloadMultipleSimultaneously()496 …assertTrue("download not finished", waitForMultipleDownloads(downloadIds, 15 * 60 * 2000)); // wa… in runDownloadMultipleSimultaneously()
130 private Set<Long> downloadIds = Collections.synchronizedSet(new HashSet<Long>()); field in DownloadManagerBaseTest.MultipleDownloadsCompletedReceiver141 if (!downloadIds.contains(id)) { in onReceive()145 downloadIds.add(id); in onReceive()186 Set<Long> returnIds = new HashSet<Long>(downloadIds); in getDownloadIds()