Home
last modified time | relevance | path

Searched refs:matchedSuggestions (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNetworkSuggestionsManager.java1645 Set<ExtendedWifiNetworkSuggestion> matchedSuggestions = in isPasspointSuggestionSharedWithUser() local
1649 if (matchedSuggestions == null || matchedSuggestions.isEmpty()) { in isPasspointSuggestionSharedWithUser()
1653 ExtendedWifiNetworkSuggestion suggestion = matchedSuggestions in isPasspointSuggestionSharedWithUser()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiNetworkSuggestionsManagerTest.java3381 Set<ExtendedWifiNetworkSuggestion> matchedSuggestions = mWifiNetworkSuggestionsManager in testSetAllowAutoJoinOnSuggestionNetwork() local
3384 for (ExtendedWifiNetworkSuggestion ewns : matchedSuggestions) { in testSetAllowAutoJoinOnSuggestionNetwork()
3433 Set<ExtendedWifiNetworkSuggestion> matchedSuggestions = mWifiNetworkSuggestionsManager in testSetAllowAutoJoinOnPasspointSuggestionNetwork() local
3435 for (ExtendedWifiNetworkSuggestion ewns : matchedSuggestions) { in testSetAllowAutoJoinOnPasspointSuggestionNetwork()