Home
last modified time | relevance | path

Searched refs:matchingExtNetworkSuggestions (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DNetworkSuggestionNominator.java110 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in addOrUpdateSuggestionsToWifiConfigManger() local
112 if (matchingExtNetworkSuggestions == null || matchingExtNetworkSuggestions.isEmpty()) { in addOrUpdateSuggestionsToWifiConfigManger()
115 for (ExtendedWifiNetworkSuggestion ewns : matchingExtNetworkSuggestions) { in addOrUpdateSuggestionsToWifiConfigManger()
192 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in findMatchedPasspointSuggestionNetworks() local
194 if (matchingExtNetworkSuggestions.isEmpty()) { in findMatchedPasspointSuggestionNetworks()
199 matchingExtNetworkSuggestions.stream() in findMatchedPasspointSuggestionNetworks()
223 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in findMatchedSuggestionNetworks() local
225 if (matchingExtNetworkSuggestions.isEmpty()) { in findMatchedSuggestionNetworks()
228 if (matchingExtNetworkSuggestions.size() > 1) { in findMatchedSuggestionNetworks()
231 for (ExtendedWifiNetworkSuggestion ewns : matchingExtNetworkSuggestions) { in findMatchedSuggestionNetworks()
H A DWifiNetworkSuggestionsManager.java1970 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in handleConnectionSuccess() local
1975 + 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() local
2043 + matchingExtNetworkSuggestions); in handleConnectionFailure()
2045 if (matchingExtNetworkSuggestions == null in handleConnectionFailure()
2046 || matchingExtNetworkSuggestions.isEmpty()) return; in handleConnectionFailure()
[all …]
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiNetworkSuggestionsManagerTest.java970 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatchForCarrierProvisioningApp() local
1017 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatch() local
1052 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatchForUpgradableConfig() local
1092 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatchForLegacyConfig() local
1133 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in testGetNetworkSuggestionsForScanDetailSuccessWithMultipleMatch() local
1163 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in testGetNetworkSuggestionsForScanDetailSuccessWithBssidOneMatch() local
1205 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in testGetNetworkSuggestionsForScanDetailSuccessWithBssidMultipleMatch() local
1242 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in testGetNetworkSuggestionsForScanDetailSuccessWithBssidMultipleMatchFromSamePackage() local
1287 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in testGetNetworkSuggestionsForScanDetailSuccessWithBssidAndWithoutBssidMultipleMatch() local
1299 matchingExtNetworkSuggestions = in testGetNetworkSuggestionsForScanDetailSuccessWithBssidAndWithoutBssidMultipleMatch()
[all …]