Searched refs:matchingExtNetworkSuggestions (Results 1 – 3 of 3) sorted by relevance
115 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in addOrUpdateSuggestionsToWifiConfigManger() local117 if (matchingExtNetworkSuggestions == null || matchingExtNetworkSuggestions.isEmpty()) { in addOrUpdateSuggestionsToWifiConfigManger()120 for (ExtendedWifiNetworkSuggestion ewns : matchingExtNetworkSuggestions) { in addOrUpdateSuggestionsToWifiConfigManger()205 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in findMatchedPasspointSuggestionNetworks() local207 if (matchingExtNetworkSuggestions.isEmpty()) { in findMatchedPasspointSuggestionNetworks()212 matchingExtNetworkSuggestions.stream() in findMatchedPasspointSuggestionNetworks()240 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in findMatchedSuggestionNetworks() local242 if (matchingExtNetworkSuggestions.isEmpty()) { in findMatchedSuggestionNetworks()245 if (matchingExtNetworkSuggestions.size() > 1) { in findMatchedSuggestionNetworks()248 for (ExtendedWifiNetworkSuggestion ewns : matchingExtNetworkSuggestions) { in findMatchedSuggestionNetworks()
2121 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in handleConnectionSuccess() local2126 + matchingExtNetworkSuggestions); in handleConnectionSuccess()2128 if (matchingExtNetworkSuggestions == null in handleConnectionSuccess()2129 || matchingExtNetworkSuggestions.isEmpty()) return; in handleConnectionSuccess()2134 getMatchedSuggestionsWithSameProfileKey(matchingExtNetworkSuggestions, in handleConnectionSuccess()2145 matchingExtNetworkSuggestionsFromTargetApp = matchingExtNetworkSuggestions.stream() in handleConnectionSuccess()2190 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in handleConnectionFailure() local2194 + matchingExtNetworkSuggestions); in handleConnectionFailure()2196 if (matchingExtNetworkSuggestions == null in handleConnectionFailure()2197 || matchingExtNetworkSuggestions.isEmpty()) return; in handleConnectionFailure()[all …]
1008 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatchForCarrierProvisioningApp() local1014 assertSuggestionsEquals(expectedMatchingNetworkSuggestions, matchingExtNetworkSuggestions); in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatchForCarrierProvisioningApp()1055 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatch() local1061 assertSuggestionsEquals(expectedMatchingNetworkSuggestions, matchingExtNetworkSuggestions); in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatch()1090 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatchForUpgradableConfig() local1096 assertSuggestionsEquals(expectedMatchingNetworkSuggestions, matchingExtNetworkSuggestions); in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatchForUpgradableConfig()1130 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatchForLegacyConfig() local1136 assertSuggestionsEquals(expectedMatchingNetworkSuggestions, matchingExtNetworkSuggestions); in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatchForLegacyConfig()1171 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in testGetNetworkSuggestionsForScanDetailSuccessWithMultipleMatch() local1178 assertSuggestionsEquals(expectedMatchingNetworkSuggestions, matchingExtNetworkSuggestions); in testGetNetworkSuggestionsForScanDetailSuccessWithMultipleMatch()[all …]