Searched refs:mClientInfoList (Results 1 – 1 of 1) sorted by relevance
229 private HashMap<Messenger, ClientInfo> mClientInfoList = new HashMap<Messenger, ClientInfo>(); field in WifiP2pServiceImpl2732 mClientInfoList.clear(); in initializeP2pSettings()2871 for (ClientInfo c: mClientInfoList.values()) { in updateSupplicantServiceRequest()2947 mClientInfoList.remove(clientInfo.mMessenger); in removeServiceRequest()2972 mClientInfoList.remove(clientInfo.mMessenger); in clearServiceRequests()3012 mClientInfoList.remove(clientInfo.mMessenger); in removeLocalService()3029 mClientInfoList.remove(clientInfo.mMessenger); in clearLocalServices()3044 for (ClientInfo c : mClientInfoList.values()) { in sendServiceResponse()3073 for (ClientInfo c : mClientInfoList.values()) { in clearClientDeadChannels()3100 ClientInfo clientInfo = mClientInfoList.get(m); in getClientInfo()[all …]