Searched refs:extNetworkSuggestionsForScanResultMatchInfo (Results 1 – 1 of 1) sorted by relevance
445 Set<ExtendedWifiNetworkSuggestion> extNetworkSuggestionsForScanResultMatchInfo; in addToScanResultMatchInfoMap() local451 extNetworkSuggestionsForScanResultMatchInfo = in addToScanResultMatchInfoMap()453 if (extNetworkSuggestionsForScanResultMatchInfo == null) { in addToScanResultMatchInfoMap()454 extNetworkSuggestionsForScanResultMatchInfo = new HashSet<>(); in addToScanResultMatchInfoMap()456 lookupPair, extNetworkSuggestionsForScanResultMatchInfo); in addToScanResultMatchInfoMap()459 extNetworkSuggestionsForScanResultMatchInfo = in addToScanResultMatchInfoMap()461 if (extNetworkSuggestionsForScanResultMatchInfo == null) { in addToScanResultMatchInfoMap()462 extNetworkSuggestionsForScanResultMatchInfo = new HashSet<>(); in addToScanResultMatchInfoMap()464 scanResultMatchInfo, extNetworkSuggestionsForScanResultMatchInfo); in addToScanResultMatchInfoMap()467 extNetworkSuggestionsForScanResultMatchInfo.add(extNetworkSuggestion); in addToScanResultMatchInfoMap()[all …]