Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DNetworkSuggestionNominator.java141 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in findMatchedSuggestionNetworks() local
143 if (matchingExtNetworkSuggestions == null || matchingExtNetworkSuggestions.isEmpty()) { in findMatchedSuggestionNetworks()
147 for (ExtendedWifiNetworkSuggestion ewns : matchingExtNetworkSuggestions) { in findMatchedSuggestionNetworks()
210 matchingExtNetworkSuggestions = matchingExtNetworkSuggestionsFromSamePackage; in findMatchedSuggestionNetworks()
212 matchMetaInfo.putAll(matchingExtNetworkSuggestions, wCmConfiguredNetwork, scanDetail); in findMatchedSuggestionNetworks()
DWifiNetworkSuggestionsManager.java1730 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in handleConnectionSuccess() local
1735 + matchingExtNetworkSuggestions); in handleConnectionSuccess()
1737 if (matchingExtNetworkSuggestions == null in handleConnectionSuccess()
1738 || matchingExtNetworkSuggestions.isEmpty()) return; in handleConnectionSuccess()
1742 matchingExtNetworkSuggestions = in handleConnectionSuccess()
1743 matchingExtNetworkSuggestions.stream() in handleConnectionSuccess()
1746 if (matchingExtNetworkSuggestions.isEmpty()) { in handleConnectionSuccess()
1752 new HashSet<>(matchingExtNetworkSuggestions); in handleConnectionSuccess()
1758 matchingExtNetworkSuggestions = matchingExtNetworkSuggestions.stream() in handleConnectionSuccess()
1763 if (matchingExtNetworkSuggestions.isEmpty()) { in handleConnectionSuccess()
[all …]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiNetworkSuggestionsManagerTest.java722 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatchForCarrierProvisioningApp() local
728 assertSuggestionsEquals(expectedMatchingNetworkSuggestions, matchingExtNetworkSuggestions); in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatchForCarrierProvisioningApp()
767 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatch() local
773 assertSuggestionsEquals(expectedMatchingNetworkSuggestions, matchingExtNetworkSuggestions); in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatch()
808 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in testGetNetworkSuggestionsForScanDetailSuccessWithMultipleMatch() local
815 assertSuggestionsEquals(expectedMatchingNetworkSuggestions, matchingExtNetworkSuggestions); in testGetNetworkSuggestionsForScanDetailSuccessWithMultipleMatch()
838 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in testGetNetworkSuggestionsForScanDetailSuccessWithBssidOneMatch() local
844 assertSuggestionsEquals(expectedMatchingNetworkSuggestions, matchingExtNetworkSuggestions); in testGetNetworkSuggestionsForScanDetailSuccessWithBssidOneMatch()
880 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in testGetNetworkSuggestionsForScanDetailSuccessWithBssidMultipleMatch() local
887 assertSuggestionsEquals(expectedMatchingNetworkSuggestions, matchingExtNetworkSuggestions); in testGetNetworkSuggestionsForScanDetailSuccessWithBssidMultipleMatch()
[all …]