HomeSort by relevance Sort by last modified time
    Searched refs:mDm (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/hardware/display/
DisplayManagerGlobal.java 68 private final IDisplayManager mDm;
80 mDm = dm;
119 info = mDm.getDisplayInfo(displayId);
153 int[] displayIds = mDm.getDisplayIds();
236 mDm.registerCallback(mCallback);
265 mDm.startWifiDisplayScan();
277 mDm.stopWifiDisplayScan();
295 mDm.connectWifiDisplay(deviceAddress);
303 mDm.pauseWifiDisplay();
311 mDm.resumeWifiDisplay()
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadStorageProvider.java 68 private DownloadManager mDm;
73 mDm = (DownloadManager) getContext().getSystemService(Context.DOWNLOAD_SERVICE);
74 mDm.setAccessAllDownloads(true);
75 mDm.setAccessFilename(true);
136 return Long.toString(mDm.addCompletedDownload(
149 if (mDm.remove(Long.parseLong(docId)) != 1) {
166 if (!mDm.rename(getContext(), id, displayName)) {
191 cursor = mDm.query(new Query().setFilterById(Long.parseLong(docId)));
220 cursor = mDm.query(new DownloadManager.Query().setOnlyIncludeVisibleInDownloadsUi(true)
247 cursor = mDm.query
    [all...]
  /packages/apps/ExactCalculator/src/com/android/calculator2/
Evaluator.java 297 private boolean mDm; // degrees
302 mDm = dm;
347 CalculatorExpr.EvalResult res = mExpr.eval(mDm);
    [all...]

Completed in 388 milliseconds