Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DRemotePrintDocument.java95 if (mNextCommand == null) {
102 mNextCommand = new WriteCommand(mContext, mLooper,
131 mNextCommand = null;
139 if (mNextCommand != null) {
159 private AsyncCommand mNextCommand; field in RemotePrintDocument
307 mNextCommand = null; in cancel()
451 mNextCommand = command; in scheduleCommand()
459 mCurrentCommand = mNextCommand; in runPendingCommand()
460 mNextCommand = null; in runPendingCommand()