Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java96 if (mNextCommand == null) {
103 mNextCommand = new WriteCommand(mContext, mLooper,
132 mNextCommand = null;
140 if (mNextCommand != null) {
160 private AsyncCommand mNextCommand; field in RemotePrintDocument
308 mNextCommand = null; in cancel()
457 mNextCommand = command; in scheduleCommand()
465 mCurrentCommand = mNextCommand; in runPendingCommand()
466 mNextCommand = null; in runPendingCommand()