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.java245 private Set<ExtendedWifiNetworkSuggestion> mActiveNetworkSuggestionsMatchingConnection; field in WifiNetworkSuggestionsManager
516 if (mActiveNetworkSuggestionsMatchingConnection == null in triggerDisconnectIfServingNetworkSuggestionRemoved()
517 || mActiveNetworkSuggestionsMatchingConnection.isEmpty()) { in triggerDisconnectIfServingNetworkSuggestionRemoved()
520 if (mActiveNetworkSuggestionsMatchingConnection.removeAll(extNetworkSuggestionsRemoved)) { in triggerDisconnectIfServingNetworkSuggestionRemoved()
521 if (mActiveNetworkSuggestionsMatchingConnection.isEmpty()) { in triggerDisconnectIfServingNetworkSuggestionRemoved()
737 mActiveNetworkSuggestionsMatchingConnection); in clear()
1086 mActiveNetworkSuggestionsMatchingConnection = new HashSet<>(matchingExtNetworkSuggestions); in handleConnectionSuccess()
1129 mActiveNetworkSuggestionsMatchingConnection = null; in resetConnectionState()
1180 + mActiveNetworkSuggestionsMatchingConnection); in dump()