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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java95 if (mNextCommand == null) {
101 mNextCommand = new WriteCommand(mContext, mLooper,
127 mNextCommand = null;
150 private AsyncCommand mNextCommand; field in class:RemotePrintDocument
290 mNextCommand = null;
434 mNextCommand = command;
442 mCurrentCommand = mNextCommand;
443 mNextCommand = null;

Completed in 31 milliseconds