Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiApConfigStore.java58 private State mInactiveState = new InactiveState();
112 class InactiveState extends State { class in WifiApConfigStore
DSupplicantStateTracker.java75 private final State mInactiveState = new InactiveState();
271 class InactiveState extends State { class in SupplicantStateTracker
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java486 private InactiveState mInactiveState = new InactiveState();
1206 class InactiveState extends State { class in WifiP2pServiceImpl.P2pStateMachine