Searched refs:mDm (Results 1 – 2 of 2) sorted by relevance
68 private DownloadManager mDm; field in DownloadStorageProvider73 mDm = (DownloadManager) getContext().getSystemService(Context.DOWNLOAD_SERVICE); in onCreate()74 mDm.setAccessAllDownloads(true); in onCreate()75 mDm.setAccessFilename(true); in onCreate()136 return Long.toString(mDm.addCompletedDownload( in createDocument()149 if (mDm.remove(Long.parseLong(docId)) != 1) { in deleteDocument()166 if (!mDm.rename(getContext(), id, displayName)) { in renameDocument()191 cursor = mDm.query(new Query().setFilterById(Long.parseLong(docId))); in queryDocument()220 cursor = mDm.query(new DownloadManager.Query().setOnlyIncludeVisibleInDownloadsUi(true) in queryChildDocuments()247 cursor = mDm.query( in queryChildDocumentsForManage()[all …]
297 private boolean mDm; // degrees field in Evaluator.AsyncEvaluator302 mDm = dm; in AsyncEvaluator()347 CalculatorExpr.EvalResult res = mExpr.eval(mDm); in doInBackground()