Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNetworkSuggestionsManager.java1909 public @Nullable Set<ExtendedWifiNetworkSuggestion> getNetworkSuggestionsForWifiConfiguration( in getNetworkSuggestionsForWifiConfiguration() method in WifiNetworkSuggestionsManager
2122 getNetworkSuggestionsForWifiConfiguration(connectedNetwork, connectedBssid); in handleConnectionSuccess()
2191 getNetworkSuggestionsForWifiConfiguration(network, bssid); in handleConnectionFailure()
2517 getNetworkSuggestionsForWifiConfiguration(config, config.BSSID), config); in allowNetworkSuggestionAutojoin()
2618 getNetworkSuggestionsForWifiConfiguration(configuration, null); in shouldBeIgnoredBySecureSuggestionFromSameCarrier()
2743 getNetworkSuggestionsForWifiConfiguration(config, config.BSSID), config); in setAnonymousIdentity()
2866 getNetworkSuggestionsForWifiConfiguration(config, config.BSSID); in onSecurityParamsUpdateForSuggestion()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNetworkSuggestionsManagerTest.java2187 .getNetworkSuggestionsForWifiConfiguration(connectNetwork, null); in testNetworkSuggestionsConfigStoreLoad()
3936 .getNetworkSuggestionsForWifiConfiguration(configuration, in testSetAllowAutoJoinOnSuggestionNetwork()
3991 .getNetworkSuggestionsForWifiConfiguration(config, TEST_BSSID); in testSetAllowAutoJoinOnPasspointSuggestionNetwork()
5000 .getNetworkSuggestionsForWifiConfiguration(configuration, in testSetAnonymousIdentityOnSuggestionNetwork()
5012 .getNetworkSuggestionsForWifiConfiguration(configuration, in testSetAnonymousIdentityOnSuggestionNetwork()
5021 .getNetworkSuggestionsForWifiConfiguration(configuration, in testSetAnonymousIdentityOnSuggestionNetwork()
5058 .getNetworkSuggestionsForWifiConfiguration(configuration, in testSetUserConnectChoice()
5067 .getNetworkSuggestionsForWifiConfiguration(configuration, in testSetUserConnectChoice()