Searched refs:mClientInfoList (Results 1 – 1 of 1) sorted by relevance
227 private HashMap<Messenger, ClientInfo> mClientInfoList = new HashMap<Messenger, ClientInfo>(); field in WifiP2pServiceImpl2828 mClientInfoList.clear(); in initializeP2pSettings()2958 for (ClientInfo c: mClientInfoList.values()) { in updateSupplicantServiceRequest()3034 mClientInfoList.remove(clientInfo.mMessenger); in removeServiceRequest()3059 mClientInfoList.remove(clientInfo.mMessenger); in clearServiceRequests()3099 mClientInfoList.remove(clientInfo.mMessenger); in removeLocalService()3116 mClientInfoList.remove(clientInfo.mMessenger); in clearLocalServices()3131 for (ClientInfo c : mClientInfoList.values()) { in sendServiceResponse()3160 for (ClientInfo c : mClientInfoList.values()) { in clearClientDeadChannels()3187 ClientInfo clientInfo = mClientInfoList.get(m); in getClientInfo()[all …]