Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java764 private OngoingGroupRemovalState mOngoingGroupRemovalState = new OngoingGroupRemovalState(); field in WifiP2pServiceImpl.P2pStateMachine
818 addState(mOngoingGroupRemovalState, mGroupCreatedState); in P2pStateMachine()
2700 transitionTo(mOngoingGroupRemovalState); in processMessage()