Searched refs:mCurrentCommand (Results 1 – 2 of 2) sorted by relevance
88 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 RemotePrintDocument227 if (mCurrentCommand != null && mCurrentCommand.isCanceling() in update()233 if (mCurrentCommand != null && (mCurrentCommand.isRunning() in update()234 || mCurrentCommand.isPending())) { in update()[all …]
1205 private Message mCurrentCommand; field in WifiAwareStateManager.WifiAwareStateMachine1312 MESSAGE_TYPE_RESPONSE_TIMEOUT, mCurrentCommand.arg1, mCurrentTransactionId); in enter()1555 if (mCurrentCommand != null) { in processCommand()1559 + mCurrentCommand + ")"); in processCommand()1560 mCurrentCommand = null; in processCommand()1810 mCurrentCommand = obtainMessage(msg.what); in processCommand()1811 mCurrentCommand.copyFrom(msg); in processCommand()1822 if (mCurrentCommand == null) { in processResponse()1830 onConfigCompletedLocal(mCurrentCommand); in processResponse()1835 onConfigFailedLocal(mCurrentCommand, reason); in processResponse()[all …]