Searched defs:SoftApStateMachine (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSoftApManager.java53 private final SoftApStateMachine mStateMachine;
87 mStateMachine = new SoftApStateMachine(looper);
107 mStateMachine.sendMessage(SoftApStateMachine.CMD_START, mApConfig);
114 mStateMachine.sendMessage(SoftApStateMachine.CMD_STOP);
227 private class SoftApStateMachine extends StateMachine { class in class:SoftApManager
252 SoftApStateMachine.this.sendMessage(
258 SoftApStateMachine(Looper looper) { method in class:SoftApManager.SoftApStateMachine

Completed in 36 milliseconds