Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DRemotePrintDocument.java159 private AsyncCommand mCurrentCommand;
160 private AsyncCommand mNextCommand;
242 AsyncCommand command = new LayoutCommand(mLooper, mPrintDocumentAdapter, in update()
262 AsyncCommand command = new WriteCommand(mContext, mLooper, mPrintDocumentAdapter, in update()
453 private void scheduleCommand(AsyncCommand command) { in scheduleCommand()
563 private static abstract class AsyncCommand implements Runnable { class in RemotePrintDocument
590 …public AsyncCommand(Looper looper, IPrintDocumentAdapter adapter, RemotePrintDocumentInfo document, in AsyncCommand() method in RemotePrintDocument.AsyncCommand
646 PooledLambda.obtainMessage(AsyncCommand::forceCancel, this) in cancel()
730 private static final class LayoutCommand extends AsyncCommand {
1005 private static final class WriteCommand extends AsyncCommand {