Searched refs:AsyncCommand (Results 1 – 1 of 1) sorted by relevance
158 private AsyncCommand mCurrentCommand;159 private AsyncCommand mNextCommand;241 AsyncCommand command = new LayoutCommand(mLooper, mPrintDocumentAdapter, in update()261 AsyncCommand command = new WriteCommand(mContext, mLooper, mPrintDocumentAdapter, in update()447 private void scheduleCommand(AsyncCommand command) { in scheduleCommand()557 private static abstract class AsyncCommand implements Runnable { class in RemotePrintDocument584 …public AsyncCommand(Looper looper, IPrintDocumentAdapter adapter, RemotePrintDocumentInfo document, in AsyncCommand() method in RemotePrintDocument.AsyncCommand640 PooledLambda.obtainMessage(AsyncCommand::forceCancel, this) in cancel()724 private static final class LayoutCommand extends AsyncCommand {999 private static final class WriteCommand extends AsyncCommand {