Searched refs:mDownloadThread (Results 1 – 1 of 1) sorted by relevance
173 if (mDownloadThread != null) { in onCreate()175 mDownloadThread.interrupt(); in onCreate()186 mDownloadThread = new Thread(new Downloader(), "Downloader"); in startDownloadThread()187 mDownloadThread.setPriority(Thread.NORM_PRIORITY - 1); in startDownloadThread()188 mDownloadThread.start(); in startDownloadThread()200 mDownloadThread.interrupt(); in onDestroy()202 mDownloadThread.join(); in onDestroy()991 private Thread mDownloadThread; field in DownloaderActivity