Searched refs:extNetworkSuggestionsForScanResultMatchInfo (Results 1 – 1 of 1) sorted by relevance
723 Set<ExtendedWifiNetworkSuggestion> extNetworkSuggestionsForScanResultMatchInfo; in addToScanResultMatchInfoMap() local729 extNetworkSuggestionsForScanResultMatchInfo = in addToScanResultMatchInfoMap()731 if (extNetworkSuggestionsForScanResultMatchInfo == null) { in addToScanResultMatchInfoMap()732 extNetworkSuggestionsForScanResultMatchInfo = new HashSet<>(); in addToScanResultMatchInfoMap()734 lookupPair, extNetworkSuggestionsForScanResultMatchInfo); in addToScanResultMatchInfoMap()737 extNetworkSuggestionsForScanResultMatchInfo = in addToScanResultMatchInfoMap()739 if (extNetworkSuggestionsForScanResultMatchInfo == null) { in addToScanResultMatchInfoMap()740 extNetworkSuggestionsForScanResultMatchInfo = new HashSet<>(); in addToScanResultMatchInfoMap()742 scanResultMatchInfo, extNetworkSuggestionsForScanResultMatchInfo); in addToScanResultMatchInfoMap()745 extNetworkSuggestionsForScanResultMatchInfo.remove(extNetworkSuggestion); in addToScanResultMatchInfoMap()[all …]