Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNetworkSuggestionsManagerTest.java786 mWifiNetworkSuggestionsManager.allowNetworkSuggestionAutojoin(config, false); in testAddNetworkSuggestionsSuccessOnInPlaceModificationWhenNotInWcm()
3923 .allowNetworkSuggestionAutojoin(configuration, false)); in testSetAllowAutoJoinOnSuggestionNetwork()
3933 .allowNetworkSuggestionAutojoin(configuration, false)); in testSetAllowAutoJoinOnSuggestionNetwork()
3981 .allowNetworkSuggestionAutojoin(config, false)); in testSetAllowAutoJoinOnPasspointSuggestionNetwork()
3988 .allowNetworkSuggestionAutojoin(config, false)); in testSetAllowAutoJoinOnPasspointSuggestionNetwork()
DWifiServiceImplTest.java8585 when(mWifiNetworkSuggestionsManager.allowNetworkSuggestionAutojoin(any(), anyBoolean())) in testAllowAutojoinOnSuggestionNetwork()
8590 verify(mWifiNetworkSuggestionsManager).allowNetworkSuggestionAutojoin(any(), anyBoolean()); in testAllowAutojoinOnSuggestionNetwork()
8609 .allowNetworkSuggestionAutojoin(any(), anyBoolean()); in testAllowAutojoinOnSavedNetwork()
8622 .allowNetworkSuggestionAutojoin(config, true); in testAllowAutojoinOnWifiNetworkSpecifier()
8630 when(mWifiNetworkSuggestionsManager.allowNetworkSuggestionAutojoin(any(), anyBoolean())) in testAllowAutojoinOnSavedPasspointNetwork()
8636 .allowNetworkSuggestionAutojoin(config, true); in testAllowAutojoinOnSavedPasspointNetwork()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNetworkSuggestionsManager.java2501 public boolean allowNetworkSuggestionAutojoin(WifiConfiguration config, boolean choice) { in allowNetworkSuggestionAutojoin() method in WifiNetworkSuggestionsManager
DWifiServiceImpl.java4327 .allowNetworkSuggestionAutojoin(config, choice)) { in allowAutojoin()