Searched refs:SoftApStateMachine (Results 1 – 1 of 1) sorted by relevance
87 private final SoftApStateMachine mStateMachine;142 mStateMachine.sendMessage(SoftApStateMachine.CMD_FAILURE);148 mStateMachine.sendMessage(SoftApStateMachine.CMD_ASSOCIATED_STATIONS_CHANGED,159 SoftApStateMachine.CMD_SOFT_AP_CHANNEL_SWITCHED, frequency, bandwidth);199 mStateMachine = new SoftApStateMachine(looper); in SoftApManager()214 mStateMachine.sendMessage(SoftApStateMachine.CMD_START); in start()261 mStateMachine.sendMessage(SoftApStateMachine.CMD_UPDATE_CAPABILITY, capability); in updateCapability()271 mStateMachine.sendMessage(SoftApStateMachine.CMD_UPDATE_CONFIG, config); in updateConfiguration()517 private class SoftApStateMachine extends StateMachine { class in SoftApManager556 SoftApStateMachine(Looper looper) { in SoftApStateMachine() method in SoftApManager.SoftApStateMachine[all …]