Searched refs:mDownloadQueue (Results 1 – 1 of 1) sorted by relevance
148 final DownloadQueue mDownloadQueue = new DownloadQueue(); field in AttachmentService709 if (mDownloadQueue.isEmpty() && (mDownloadsInProgress.size() < 1)) { in run()751 DownloadRequest req = mDownloadQueue.findRequestById(att.mId); in onChange()760 mDownloadQueue.removeRequest(req); in onChange()797 mDownloadQueue.addRequest(req); in onChange()857 debugTrace("Processing download queue, num entries: %d", mDownloadQueue.getSize()); in processQueue()860 final DownloadRequest req = mDownloadQueue.getNextRequest(); in processQueue()1023 mDownloadQueue.removeRequest(req); in cancelDownload()1035 mDownloadQueue.addRequest(newReq); in cancelDownload()1067 final DownloadRequest req = mDownloadQueue.findRequestById(attachmentId); in endDownload()[all …]