Searched refs:DownloadThread (Results 1 – 2 of 2) sorted by relevance
39 private SparseArray<DownloadThread> mActiveThreads = new SparseArray<>();67 final DownloadThread thread; in onStartJob()73 thread = new DownloadThread(this, params, info); in onStartJob()86 final DownloadThread thread; in onStopJob()
109 public class DownloadThread extends Thread { class247 public DownloadThread(DownloadJobService service, JobParameters params, DownloadInfo info) { in DownloadThread() method in DownloadThread