Searched refs:mPeersLostDuringConnection (Results 1 – 1 of 1) sorted by relevance
758 private final WifiP2pDeviceList mPeersLostDuringConnection = new WifiP2pDeviceList(); field in WifiP2pServiceImpl.P2pStateMachine2110 mPeersLostDuringConnection.updateSupplicantDetails(device); in processMessage()2719 mPeersLostDuringConnection.updateSupplicantDetails(device); in processMessage()3689 boolean peersChanged = mPeers.remove(mPeersLostDuringConnection); in handleGroupCreationFailure()3698 mPeersLostDuringConnection.clear(); in handleGroupCreationFailure()3733 if (mPeers.remove(mPeersLostDuringConnection)) peersChanged = true; in handleGroupRemoved()3739 mPeersLostDuringConnection.clear(); in handleGroupRemoved()