Searched refs:mDownloadManager (Results 1 – 2 of 2) sorted by relevance
42 private final DownloadManager mDownloadManager; field in DownloadManagerWrapper49 mDownloadManager = downloadManager; in DownloadManagerWrapper()54 if (null != mDownloadManager) { in remove()55 mDownloadManager.remove(ids); in remove()69 if (null != mDownloadManager) { in openDownloadedFile()70 return mDownloadManager.openDownloadedFile(fileId); in openDownloadedFile()83 if (null != mDownloadManager) { in query()84 return mDownloadManager.query(query); in query()97 if (null != mDownloadManager) { in enqueue()98 return mDownloadManager.enqueue(request); in enqueue()
83 private DownloadManager mDownloadManager; field in EmlAttachmentProvider109 mDownloadManager = in onCreate()359 mDownloadManager.addCompletedDownload(attachment.getName(), in copyAttachment()