Searched refs:MSG_ON_WRITE_STARTED (Results 1 – 1 of 1) sorted by relevance
1172 public static final int MSG_ON_WRITE_STARTED = 1; field in RemotePrintDocument.WriteCommand.WriteHandler1210 case MSG_ON_WRITE_STARTED: in handleMessage()1217 if (isCanceling() && what != MSG_ON_WRITE_STARTED) { in handleMessage()1222 case MSG_ON_WRITE_STARTED: { in handleMessage()1254 handler.obtainMessage(WriteHandler.MSG_ON_WRITE_STARTED, in onWriteStarted()