Searched refs:WriteHandler (Results 1 – 1 of 1) sorted by relevance
1015 mHandler = new WriteHandler(looper); in WriteCommand()1171 private final class WriteHandler extends Handler { class in RemotePrintDocument.WriteCommand1177 public WriteHandler(Looper looper) { in WriteHandler() method in RemotePrintDocument.WriteCommand.WriteHandler1254 handler.obtainMessage(WriteHandler.MSG_ON_WRITE_STARTED, in onWriteStarted()1263 handler.obtainMessage(WriteHandler.MSG_ON_WRITE_FINISHED, in onWriteFinished()1272 handler.obtainMessage(WriteHandler.MSG_ON_WRITE_FAILED, in onWriteFailed()1281 handler.obtainMessage(WriteHandler.MSG_ON_WRITE_CANCELED, in onWriteCanceled()