Searched refs:MSG_FORCE_CANCEL (Results 1 – 1 of 1) sorted by relevance
592 if (mHandler.hasMessages(AsyncCommandHandler.MSG_FORCE_CANCEL)) { in removeForceCancel()597 mHandler.removeMessages(AsyncCommandHandler.MSG_FORCE_CANCEL); in removeForceCancel()626 mHandler.obtainMessage(AsyncCommandHandler.MSG_FORCE_CANCEL), in cancel()701 final static int MSG_FORCE_CANCEL = 0; field in RemotePrintDocument.AsyncCommand.AsyncCommandHandler710 case MSG_FORCE_CANCEL: in handleMessage()