Home
last modified time | relevance | path

Searched refs:MSG_CLOSE (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintPreviewController.java148 Message operation = mHandler.obtainMessage(MyHandler.MSG_CLOSE); in onContentUpdated()
188 Message operation = mHandler.obtainMessage(MyHandler.MSG_CLOSE); in onReleaseRequested()
223 public static final int MSG_CLOSE = 2; field in PrintPreviewController.MyHandler
284 case MSG_CLOSE: { in handleMessage()