Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSoftApManager.java78 private final SoftApStateMachine mStateMachine;
112 mStateMachine.sendMessage(SoftApStateMachine.CMD_FAILURE);
117 mStateMachine.sendMessage(SoftApStateMachine.CMD_ASSOCIATED_STATIONS_CHANGED,
124 SoftApStateMachine.CMD_SOFT_AP_CHANNEL_SWITCHED, frequency, bandwidth);
155 mStateMachine = new SoftApStateMachine(looper); in SoftApManager()
162 mStateMachine.sendMessage(SoftApStateMachine.CMD_START, mApConfig); in start()
315 private class SoftApStateMachine extends StateMachine { class in SoftApManager
353 SoftApStateMachine(Looper looper) { in SoftApStateMachine() method in SoftApManager.SoftApStateMachine
439 mStateMachine.sendMessage(SoftApStateMachine.CMD_TIMEOUT_TOGGLE_CHANGED, in onChange()
555 SoftApStateMachine.CMD_NO_ASSOCIATED_STATIONS_TIMEOUT); in enter()