Searched refs:matchingExtNetworkSuggestions (Results 1 – 3 of 3) sorted by relevance
141 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in findMatchedSuggestionNetworks() local143 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()
1730 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in handleConnectionSuccess() local1735 + 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 …]
722 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatchForCarrierProvisioningApp() local728 assertSuggestionsEquals(expectedMatchingNetworkSuggestions, matchingExtNetworkSuggestions); in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatchForCarrierProvisioningApp()767 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatch() local773 assertSuggestionsEquals(expectedMatchingNetworkSuggestions, matchingExtNetworkSuggestions); in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatch()808 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in testGetNetworkSuggestionsForScanDetailSuccessWithMultipleMatch() local815 assertSuggestionsEquals(expectedMatchingNetworkSuggestions, matchingExtNetworkSuggestions); in testGetNetworkSuggestionsForScanDetailSuccessWithMultipleMatch()838 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in testGetNetworkSuggestionsForScanDetailSuccessWithBssidOneMatch() local844 assertSuggestionsEquals(expectedMatchingNetworkSuggestions, matchingExtNetworkSuggestions); in testGetNetworkSuggestionsForScanDetailSuccessWithBssidOneMatch()880 Set<ExtendedWifiNetworkSuggestion> matchingExtNetworkSuggestions = in testGetNetworkSuggestionsForScanDetailSuccessWithBssidMultipleMatch() local887 assertSuggestionsEquals(expectedMatchingNetworkSuggestions, matchingExtNetworkSuggestions); in testGetNetworkSuggestionsForScanDetailSuccessWithBssidMultipleMatch()[all …]