Searched refs:MSG_CLOSE (Results 1 – 1 of 1) sorted by relevance
148 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.MyHandler284 case MSG_CLOSE: { in handleMessage()