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.java745 private OngoingGroupRemovalState mOngoingGroupRemovalState = new OngoingGroupRemovalState(); field in WifiP2pServiceImpl.P2pStateMachine
799 addState(mOngoingGroupRemovalState, mGroupCreatedState); in P2pStateMachine()
2682 transitionTo(mOngoingGroupRemovalState); in processMessage()