Home
last modified time | relevance | path

Searched defs:downloads (Results 1 – 9 of 9) sorted by relevance

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/offline/
DDownloadManager.java183 private List<Download> downloads; field in DownloadManager
567 List<Download> downloads = (List<Download>) message.obj; in handleMainMessage() local
585 private void onInitialized(List<Download> downloads) { in onInitialized()
660 private final ArrayList<Download> downloads; field in DownloadManager.InternalHandler
1347 public final List<Download> downloads; field in DownloadManager.DownloadUpdate
1349 public DownloadUpdate(Download download, boolean isRemove, List<Download> downloads) { in DownloadUpdate()
DDownloadService.java736 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() local
998 List<Download> downloads = downloadManager.getCurrentDownloads(); in onWaitingForRequirementsChanged() local
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DDownloadNotificationUtil.java53 List<Download> downloads) { in buildProgressNotification()
DDownloadNotificationHelper.java60 List<Download> downloads) { in buildProgressNotification()
/external/exoplayer/tree/demos/main/src/main/java/com/google/android/exoplayer2/demo/
DDemoDownloadService.java69 protected Notification getForegroundNotification(@NonNull List<Download> downloads) { in getForegroundNotification()
DDownloadTracker.java61 private final HashMap<Uri, Download> downloads; field in DownloadTracker
/external/python/asn1crypto/dev/
Ddeps.py467 def _locate_suitable_download(downloads): argument
/external/downloader/src/example/java/com/google/android/downloader/example/
DDownloaderTestActivity.java183 List<ListenableFuture<DownloadResult>> downloads = new ArrayList<>(); in startDownloads() local
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/offline/
DDownloadManagerTest.java380 List<Download> downloads = downloadManager.getCurrentDownloads(); in getCurrentDownloads_returnsCurrentDownloads() local