Searched refs:mNextCommand (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java92 if (mNextCommand == null) {
98 mNextCommand = new WriteCommand(mContext, mLooper,
124 mNextCommand = null;
147 private AsyncCommand mNextCommand; field in class:RemotePrintDocument
427 mNextCommand = command;
435 mCurrentCommand = mNextCommand;
436 mNextCommand = null;

Completed in 33 milliseconds