Searched refs:WriteHandler (Results 1 – 1 of 1) sorted by relevance
1019 mHandler = new WriteHandler(looper); in WriteCommand()1175 private final class WriteHandler extends Handler { class in RemotePrintDocument.WriteCommand1181 public WriteHandler(Looper looper) { in WriteHandler() method in RemotePrintDocument.WriteCommand.WriteHandler1258 handler.obtainMessage(WriteHandler.MSG_ON_WRITE_STARTED, in onWriteStarted()1267 handler.obtainMessage(WriteHandler.MSG_ON_WRITE_FINISHED, in onWriteFinished()1276 handler.obtainMessage(WriteHandler.MSG_ON_WRITE_FAILED, in onWriteFailed()1285 handler.obtainMessage(WriteHandler.MSG_ON_WRITE_CANCELED, in onWriteCanceled()