Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DRemotePrintDocument.java559 static final int MSG_FORCE_CANCEL = 0; field in RemotePrintDocument.AsyncCommand
606 if (mHandler.hasMessages(MSG_FORCE_CANCEL)) { in removeForceCancel()
611 mHandler.removeMessages(MSG_FORCE_CANCEL); in removeForceCancel()
641 .setWhat(MSG_FORCE_CANCEL), in cancel()