Searched refs:extNetworkSuggestionsForScanResultMatchInfo (Results 1 – 1 of 1) sorted by relevance
640 Set<ExtendedWifiNetworkSuggestion> extNetworkSuggestionsForScanResultMatchInfo; in addToScanResultMatchInfoMap() local646 extNetworkSuggestionsForScanResultMatchInfo = in addToScanResultMatchInfoMap()648 if (extNetworkSuggestionsForScanResultMatchInfo == null) { in addToScanResultMatchInfoMap()649 extNetworkSuggestionsForScanResultMatchInfo = new HashSet<>(); in addToScanResultMatchInfoMap()651 lookupPair, extNetworkSuggestionsForScanResultMatchInfo); in addToScanResultMatchInfoMap()654 extNetworkSuggestionsForScanResultMatchInfo = in addToScanResultMatchInfoMap()656 if (extNetworkSuggestionsForScanResultMatchInfo == null) { in addToScanResultMatchInfoMap()657 extNetworkSuggestionsForScanResultMatchInfo = new HashSet<>(); in addToScanResultMatchInfoMap()659 scanResultMatchInfo, extNetworkSuggestionsForScanResultMatchInfo); in addToScanResultMatchInfoMap()662 extNetworkSuggestionsForScanResultMatchInfo.remove(extNetworkSuggestion); in addToScanResultMatchInfoMap()[all …]