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()
129 private Set<Long> downloadIds = Collections.synchronizedSet(new HashSet<Long>()); field in DownloadManagerBaseTest.MultipleDownloadsCompletedReceiver140 if (!downloadIds.contains(id)) { in onReceive()144 downloadIds.add(id); in onReceive()185 Set<Long> returnIds = new HashSet<Long>(downloadIds); in getDownloadIds()