Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java5156 when(mWifiNetworkSuggestionsManager.allowNetworkSuggestionAutojoin(any(), anyBoolean())) in testAllowAutojoinOnSuggestionNetwork()
5161 verify(mWifiNetworkSuggestionsManager).allowNetworkSuggestionAutojoin(any(), anyBoolean()); in testAllowAutojoinOnSuggestionNetwork()
5178 .allowNetworkSuggestionAutojoin(any(), anyBoolean()); in testAllowAutojoinOnSavedNetwork()
5191 .allowNetworkSuggestionAutojoin(config, true); in testAllowAutojoinOnWifiNetworkSpecifier()
5199 when(mWifiNetworkSuggestionsManager.allowNetworkSuggestionAutojoin(any(), anyBoolean())) in testAllowAutojoinOnSavedPasspointNetwork()
5205 .allowNetworkSuggestionAutojoin(config, true); in testAllowAutojoinOnSavedPasspointNetwork()
DWifiNetworkSuggestionsManagerTest.java3363 .allowNetworkSuggestionAutojoin(networkSuggestion.wifiConfiguration, false)); in testSetAllowAutoJoinOnSuggestionNetwork()
3379 .allowNetworkSuggestionAutojoin(configuration, false)); in testSetAllowAutoJoinOnSuggestionNetwork()
3424 .allowNetworkSuggestionAutojoin(config, false)); in testSetAllowAutoJoinOnPasspointSuggestionNetwork()
3431 .allowNetworkSuggestionAutojoin(config, false)); in testSetAllowAutoJoinOnPasspointSuggestionNetwork()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNetworkSuggestionsManager.java1993 public boolean allowNetworkSuggestionAutojoin(WifiConfiguration config, boolean choice) { in allowNetworkSuggestionAutojoin() method in WifiNetworkSuggestionsManager
DWifiServiceImpl.java2581 .allowNetworkSuggestionAutojoin(config, choice)) { in allowAutojoin()