Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DRemotePrintDocument.java1015 mHandler = new WriteHandler(looper); in WriteCommand()
1171 private final class WriteHandler extends Handler { class in RemotePrintDocument.WriteCommand
1177 public WriteHandler(Looper looper) { in WriteHandler() method in RemotePrintDocument.WriteCommand.WriteHandler
1254 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()