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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadStorageProvider.java65 private DownloadManager mDm; field in class:DownloadStorageProvider
69 mDm = (DownloadManager) getContext().getSystemService(Context.DOWNLOAD_SERVICE);
70 mDm.setAccessAllDownloads(true);
135 return Long.toString(mDm.addCompletedDownload(
148 if (mDm.remove(Long.parseLong(docId)) != 1) {
167 cursor = mDm.query(new Query().setFilterById(Long.parseLong(docId)));
189 cursor = mDm.query(new DownloadManager.Query().setOnlyIncludeVisibleInDownloadsUi(true)
212 cursor = mDm.query(
234 cursor = mDm.query(new DownloadManager.Query().setOnlyIncludeVisibleInDownloadsUi(true)
267 return resolver.openFileDescriptor(mDm
[all...]

Completed in 79 milliseconds