Searched refs:matchingExtNetworkSuggestions (Results 1 – 1 of 1) sorted by relevance
1074 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in handleConnectionSuccess() local1078 + matchingExtNetworkSuggestions); in handleConnectionSuccess()1080 if (matchingExtNetworkSuggestions == null in handleConnectionSuccess()1081 || matchingExtNetworkSuggestions.isEmpty()) return; in handleConnectionSuccess()1086 mActiveNetworkSuggestionsMatchingConnection = new HashSet<>(matchingExtNetworkSuggestions); in handleConnectionSuccess()1090 matchingExtNetworkSuggestions.stream() in handleConnectionSuccess()1114 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in handleConnectionFailure() local1118 + matchingExtNetworkSuggestions); in handleConnectionFailure()1120 if (matchingExtNetworkSuggestions == null in handleConnectionFailure()1121 || matchingExtNetworkSuggestions.isEmpty()) return; in handleConnectionFailure()