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.java89 if (mCurrentCommand.isCompleted()) {
90 if (mCurrentCommand instanceof LayoutCommand) {
128 } else if (mCurrentCommand.isFailed()) {
130 CharSequence error = mCurrentCommand.getError();
131 mCurrentCommand = null;
135 } else if (mCurrentCommand.isCanceled()) {
159 private AsyncCommand mCurrentCommand; field in RemotePrintDocument
228 if (mCurrentCommand != null && mCurrentCommand.isCanceling() in update()
234 if (mCurrentCommand != null && (mCurrentCommand.isRunning() in update()
235 || mCurrentCommand.isPending())) { in update()
[all …]