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