Searched refs:PRIORITY_DOWNLOAD (Results 1 – 4 of 4) sorted by relevance
80 priorityTaskManager.add(C.PRIORITY_DOWNLOAD); in download()92 priorityTaskManager.remove(C.PRIORITY_DOWNLOAD); in download()
111 priorityTaskManager.add(C.PRIORITY_DOWNLOAD); in download()176 priorityTaskManager.remove(C.PRIORITY_DOWNLOAD); in download()
231 C.PRIORITY_DOWNLOAD); in createDataSourceForDownloading()250 /* upstreamDataSource= */ null, flags | FLAG_BLOCK_ON_CACHE, C.PRIORITY_DOWNLOAD); in createDataSourceForRemovingDownload()
917 public static final int PRIORITY_DOWNLOAD = PRIORITY_PLAYBACK - 1000; field in C