Searched refs:mDownloadManager (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DDownloadManagerWrapper.java42 private final DownloadManager mDownloadManager; field in class:DownloadManagerWrapper
49 mDownloadManager = downloadManager;
54 if (null != mDownloadManager) {
55 mDownloadManager.remove(ids);
69 if (null != mDownloadManager) {
70 return mDownloadManager.openDownloadedFile(fileId);
77 // We come here if mDownloadManager is null or if an exception was thrown.
83 if (null != mDownloadManager) {
84 return mDownloadManager.query(query);
91 // We come here if mDownloadManager i
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DEmlAttachmentProvider.java83 private DownloadManager mDownloadManager; field in class:EmlAttachmentProvider
109 mDownloadManager =
359 mDownloadManager.addCompletedDownload(attachment.getName(),

Completed in 136 milliseconds