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.java146 private AsyncCommand mCurrentCommand;
147 private AsyncCommand mNextCommand;
217 AsyncCommand command = new LayoutCommand(mLooper, mPrintDocumentAdapter, in update()
236 AsyncCommand command = new WriteCommand(mContext, mLooper, mPrintDocumentAdapter, in update()
423 private void scheduleCommand(AsyncCommand command) { in scheduleCommand()
520 private static abstract class AsyncCommand implements Runnable { class in RemotePrintDocument
542 public AsyncCommand(IPrintDocumentAdapter adapter, RemotePrintDocumentInfo document, in AsyncCommand() method in RemotePrintDocument.AsyncCommand
633 private static final class LayoutCommand extends AsyncCommand {
867 private static final class WriteCommand extends AsyncCommand {