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.java565 static final int MSG_FORCE_CANCEL = 0; field in RemotePrintDocument.AsyncCommand
612 if (mHandler.hasMessages(MSG_FORCE_CANCEL)) { in removeForceCancel()
617 mHandler.removeMessages(MSG_FORCE_CANCEL); in removeForceCancel()
647 .setWhat(MSG_FORCE_CANCEL), in cancel()