Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DRemotePrintDocument.java88 if (mCurrentCommand.isCompleted()) {
89 if (mCurrentCommand instanceof LayoutCommand) {
127 } else if (mCurrentCommand.isFailed()) {
129 CharSequence error = mCurrentCommand.getError();
130 mCurrentCommand = null;
134 } else if (mCurrentCommand.isCanceled()) {
158 private AsyncCommand mCurrentCommand; field in RemotePrintDocument
227 if (mCurrentCommand != null && mCurrentCommand.isCanceling() in update()
233 if (mCurrentCommand != null && (mCurrentCommand.isRunning() in update()
234 || mCurrentCommand.isPending())) { in update()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareStateManager.java1195 private Message mCurrentCommand; field in WifiAwareStateManager.WifiAwareStateMachine
1301 MESSAGE_TYPE_RESPONSE_TIMEOUT, mCurrentCommand.arg1, mCurrentTransactionId); in enter()
1544 if (mCurrentCommand != null) { in processCommand()
1548 + mCurrentCommand + ")"); in processCommand()
1549 mCurrentCommand = null; in processCommand()
1785 mCurrentCommand = obtainMessage(msg.what); in processCommand()
1786 mCurrentCommand.copyFrom(msg); in processCommand()
1797 if (mCurrentCommand == null) { in processResponse()
1805 onConfigCompletedLocal(mCurrentCommand); in processResponse()
1810 onConfigFailedLocal(mCurrentCommand, reason); in processResponse()
[all …]