Searched defs:downloads (Results 1 – 9 of 9) sorted by relevance
183 private List<Download> downloads; field in DownloadManager567 List<Download> downloads = (List<Download>) message.obj; in handleMainMessage() local585 private void onInitialized(List<Download> downloads) { in onInitialized()660 private final ArrayList<Download> downloads; field in DownloadManager.InternalHandler1347 public final List<Download> downloads; field in DownloadManager.DownloadUpdate1349 public DownloadUpdate(Download download, boolean isRemove, List<Download> downloads) { in DownloadUpdate()
736 protected abstract Notification getForegroundNotification(List<Download> downloads); in getForegroundNotification()774 private void notifyDownloads(List<Download> downloads) { in notifyDownloads()894 List<Download> downloads = Assertions.checkNotNull(downloadManager).getCurrentDownloads(); in update() local998 List<Download> downloads = downloadManager.getCurrentDownloads(); in onWaitingForRequirementsChanged() local
53 List<Download> downloads) { in buildProgressNotification()
60 List<Download> downloads) { in buildProgressNotification()
69 protected Notification getForegroundNotification(@NonNull List<Download> downloads) { in getForegroundNotification()
61 private final HashMap<Uri, Download> downloads; field in DownloadTracker
467 def _locate_suitable_download(downloads): argument
183 List<ListenableFuture<DownloadResult>> downloads = new ArrayList<>(); in startDownloads() local
380 List<Download> downloads = downloadManager.getCurrentDownloads(); in getCurrentDownloads_returnsCurrentDownloads() local