Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNetworkSuggestionsManager.java359 private Set<ExtendedWifiNetworkSuggestion> mActiveNetworkSuggestionsMatchingConnection; field in WifiNetworkSuggestionsManager
753 if (mActiveNetworkSuggestionsMatchingConnection == null in removeFromConfigManagerIfServingNetworkSuggestionRemoved()
754 || mActiveNetworkSuggestionsMatchingConnection.isEmpty()) { in removeFromConfigManagerIfServingNetworkSuggestionRemoved()
758 mActiveNetworkSuggestionsMatchingConnection.iterator().next().wns.wifiConfiguration; in removeFromConfigManagerIfServingNetworkSuggestionRemoved()
759 if (mActiveNetworkSuggestionsMatchingConnection.removeAll(extNetworkSuggestionsRemoved)) { in removeFromConfigManagerIfServingNetworkSuggestionRemoved()
760 if (mActiveNetworkSuggestionsMatchingConnection.isEmpty()) { in removeFromConfigManagerIfServingNetworkSuggestionRemoved()
1751 mActiveNetworkSuggestionsMatchingConnection = in handleConnectionSuccess()
1837 mActiveNetworkSuggestionsMatchingConnection = null; in resetConnectionState()
2200 + mActiveNetworkSuggestionsMatchingConnection); in dump()