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.java73 private final SoftApStateMachine mStateMachine;
105 mStateMachine.sendMessage(SoftApStateMachine.CMD_FAILURE);
111 SoftApStateMachine.CMD_NUM_ASSOCIATED_STATIONS_CHANGED, numStations);
117 SoftApStateMachine.CMD_SOFT_AP_CHANNEL_SWITCHED, frequency, bandwidth);
146 mStateMachine = new SoftApStateMachine(looper); in SoftApManager()
153 mStateMachine.sendMessage(SoftApStateMachine.CMD_START, mApConfig); in start()
304 private class SoftApStateMachine extends StateMachine { class in SoftApManager
342 SoftApStateMachine(Looper looper) { in SoftApStateMachine() method in SoftApManager.SoftApStateMachine
428 mStateMachine.sendMessage(SoftApStateMachine.CMD_TIMEOUT_TOGGLE_CHANGED, in onChange()
519 SoftApStateMachine.CMD_NO_ASSOCIATED_STATIONS_TIMEOUT); in enter()