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

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

Completed in 113 milliseconds