Searched refs:matchingExtNetworkSuggestions (Results 1 – 3 of 3) sorted by relevance
110 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in addOrUpdateSuggestionsToWifiConfigManger() local112 if (matchingExtNetworkSuggestions == null || matchingExtNetworkSuggestions.isEmpty()) { in addOrUpdateSuggestionsToWifiConfigManger()115 for (ExtendedWifiNetworkSuggestion ewns : matchingExtNetworkSuggestions) { in addOrUpdateSuggestionsToWifiConfigManger()192 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in findMatchedPasspointSuggestionNetworks() local194 if (matchingExtNetworkSuggestions.isEmpty()) { in findMatchedPasspointSuggestionNetworks()199 matchingExtNetworkSuggestions.stream() in findMatchedPasspointSuggestionNetworks()223 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in findMatchedSuggestionNetworks() local225 if (matchingExtNetworkSuggestions.isEmpty()) { in findMatchedSuggestionNetworks()228 if (matchingExtNetworkSuggestions.size() > 1) { in findMatchedSuggestionNetworks()231 for (ExtendedWifiNetworkSuggestion ewns : matchingExtNetworkSuggestions) { in findMatchedSuggestionNetworks()
1970 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in handleConnectionSuccess() local1975 + matchingExtNetworkSuggestions); in handleConnectionSuccess()1977 if (matchingExtNetworkSuggestions == null in handleConnectionSuccess()1978 || matchingExtNetworkSuggestions.isEmpty()) return; in handleConnectionSuccess()1983 getMatchedSuggestionsWithSameProfileKey(matchingExtNetworkSuggestions, in handleConnectionSuccess()1994 matchingExtNetworkSuggestionsFromTargetApp = matchingExtNetworkSuggestions.stream() in handleConnectionSuccess()2039 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in handleConnectionFailure() local2043 + matchingExtNetworkSuggestions); in handleConnectionFailure()2045 if (matchingExtNetworkSuggestions == null in handleConnectionFailure()2046 || matchingExtNetworkSuggestions.isEmpty()) return; in handleConnectionFailure()[all …]
970 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatchForCarrierProvisioningApp() local1017 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatch() local1052 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatchForUpgradableConfig() local1092 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatchForLegacyConfig() local1133 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in testGetNetworkSuggestionsForScanDetailSuccessWithMultipleMatch() local1163 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in testGetNetworkSuggestionsForScanDetailSuccessWithBssidOneMatch() local1205 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in testGetNetworkSuggestionsForScanDetailSuccessWithBssidMultipleMatch() local1242 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in testGetNetworkSuggestionsForScanDetailSuccessWithBssidMultipleMatchFromSamePackage() local1287 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in testGetNetworkSuggestionsForScanDetailSuccessWithBssidAndWithoutBssidMultipleMatch() local1299 matchingExtNetworkSuggestions = in testGetNetworkSuggestionsForScanDetailSuccessWithBssidAndWithoutBssidMultipleMatch()[all …]