Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java833 private OngoingGroupRemovalState mOngoingGroupRemovalState = new OngoingGroupRemovalState(); field in WifiP2pServiceImpl.P2pStateMachine
889 addState(mOngoingGroupRemovalState, mGroupCreatedState); in P2pStateMachine()
2986 transitionTo(mOngoingGroupRemovalState); in processMessage()