Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DRemotePrintDocument.java85 if (mCurrentCommand.isCompleted()) {
86 if (mCurrentCommand instanceof LayoutCommand) {
120 } else if (mCurrentCommand.isFailed()) {
122 CharSequence error = mCurrentCommand.getError();
123 mCurrentCommand = null;
127 } else if (mCurrentCommand.isCanceled()) {
146 private AsyncCommand mCurrentCommand; field in RemotePrintDocument
209 if (mCurrentCommand != null && (mCurrentCommand.isRunning() in update()
210 || mCurrentCommand.isPending())) { in update()
211 mCurrentCommand.cancel(); in update()
[all …]