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.java92 if (mNextCommand == null) {
98 mNextCommand = new WriteCommand(mContext, mLooper,
124 mNextCommand = null;
147 private AsyncCommand mNextCommand; field in RemotePrintDocument
427 mNextCommand = command; in scheduleCommand()
435 mCurrentCommand = mNextCommand; in runPendingCommand()
436 mNextCommand = null; in runPendingCommand()