Searched refs:mPeersLostDuringConnection (Results 1 – 1 of 1) sorted by relevance
559 private final WifiP2pDeviceList mPeersLostDuringConnection = new WifiP2pDeviceList(); field in WifiP2pServiceImpl.P2pStateMachine1539 mPeersLostDuringConnection.updateSupplicantDetails(device); in processMessage()2058 mPeersLostDuringConnection.updateSupplicantDetails(device); in processMessage()2849 boolean peersChanged = mPeers.remove(mPeersLostDuringConnection); in handleGroupCreationFailure()2858 mPeersLostDuringConnection.clear(); in handleGroupCreationFailure()2893 if (mPeers.remove(mPeersLostDuringConnection)) peersChanged = true; in handleGroupRemoved()2899 mPeersLostDuringConnection.clear(); in handleGroupRemoved()