Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNetworkSuggestionsManager.java2515 Set<ExtendedWifiNetworkSuggestion> matchingExtendedWifiNetworkSuggestions = in allowNetworkSuggestionAutojoin() local
2518 if (matchingExtendedWifiNetworkSuggestions.isEmpty()) { in allowNetworkSuggestionAutojoin()
2523 for (ExtendedWifiNetworkSuggestion ewns : matchingExtendedWifiNetworkSuggestions) { in allowNetworkSuggestionAutojoin()
2865 Set<ExtendedWifiNetworkSuggestion> matchingExtendedWifiNetworkSuggestions = in onSecurityParamsUpdateForSuggestion() local
2867 if (matchingExtendedWifiNetworkSuggestions == null in onSecurityParamsUpdateForSuggestion()
2868 || matchingExtendedWifiNetworkSuggestions.isEmpty()) { in onSecurityParamsUpdateForSuggestion()
2874 for (ExtendedWifiNetworkSuggestion ewns : matchingExtendedWifiNetworkSuggestions) { in onSecurityParamsUpdateForSuggestion()