Searched refs:wifiConfigMap (Results 1 – 1 of 1) sorted by relevance
1951 Map<String, WifiConfiguration> wifiConfigMap = new HashMap<>(); in getWifiConfigForMatchedNetworkSuggestionsSharedWithUser() local1954 .forEach(c -> wifiConfigMap.put(c.getProfileKey(), c)); in getWifiConfigForMatchedNetworkSuggestionsSharedWithUser()1999 WifiConfiguration wCmWifiConfig = wifiConfigMap.get(config.getProfileKey()); in getWifiConfigForMatchedNetworkSuggestionsSharedWithUser()