Searched defs:WriteCommand (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java98 mNextCommand = new WriteCommand(mContext, mLooper,
230 if (mCurrentCommand instanceof WriteCommand
236 AsyncCommand command = new WriteCommand(mContext, mLooper, mPrintDocumentAdapter,
867 private static final class WriteCommand extends AsyncCommand { class in class:RemotePrintDocument
878 public WriteCommand(Context context, Looper looper, IPrintDocumentAdapter adapter, method in class:RemotePrintDocument.WriteCommand

Completed in 18 milliseconds