Searched refs:mCurrentCommand (Results 1 – 1 of 1) sorted by relevance
1354 private Message mCurrentCommand; field in WifiAwareStateManager.WifiAwareStateMachine1460 MESSAGE_TYPE_RESPONSE_TIMEOUT, mCurrentCommand.arg1, mCurrentTransactionId); in enter()1712 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()1994 onConfigCompletedLocal(mCurrentCommand); in processResponse()1999 onConfigFailedLocal(mCurrentCommand, reason); in processResponse()[all …]