Searched refs:mCurrentCommand (Results 1 – 2 of 2) sorted by relevance
131 mCurrentCommand = null;228 if (mCurrentCommand != null && mCurrentCommand.isCanceling() in update()234 if (mCurrentCommand != null && (mCurrentCommand.isRunning() in update()250 || (!mCurrentCommand.isPending() && !mCurrentCommand.isRunning())) in update()257 && (mCurrentCommand.isPending() || mCurrentCommand.isRunning())) { in update()316 mCurrentCommand.cancel(force); in cancel()454 if (mCurrentCommand == null) { in scheduleCommand()455 mCurrentCommand = command; in scheduleCommand()462 if (mCurrentCommand != null in runPendingCommand()469 if (mCurrentCommand != null) { in runPendingCommand()[all …]
1354 private Message mCurrentCommand; field in WifiAwareStateManager.WifiAwareStateMachine1712 if (mCurrentCommand != null) { in processCommand()1716 + mCurrentCommand + ")"); in processCommand()1717 mCurrentCommand = null; in processCommand()1974 mCurrentCommand = obtainMessage(msg.what); in processCommand()1975 mCurrentCommand.copyFrom(msg); in processCommand()1986 if (mCurrentCommand == null) { in processResponse()2107 mCurrentCommand = null; in processResponse()2112 mCurrentCommand = null; in processResponse()2121 if (mCurrentCommand == null) { in processTimeout()[all …]