Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DRemotePrintDocument.java1175 public static final int MSG_ON_WRITE_CANCELED = 4; field in RemotePrintDocument.WriteCommand.WriteHandler
1197 case MSG_ON_WRITE_CANCELED: in handleMessage()
1218 what = MSG_ON_WRITE_CANCELED; in handleMessage()
1236 case MSG_ON_WRITE_CANCELED: { in handleMessage()
1281 handler.obtainMessage(WriteHandler.MSG_ON_WRITE_CANCELED, in onWriteCanceled()