Searched refs:allowNetworkSuggestionAutojoin (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiNetworkSuggestionsManagerTest.java | 786 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()
|
D | WifiServiceImplTest.java | 8585 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/ |
D | WifiNetworkSuggestionsManager.java | 2501 public boolean allowNetworkSuggestionAutojoin(WifiConfiguration config, boolean choice) { in allowNetworkSuggestionAutojoin() method in WifiNetworkSuggestionsManager
|
D | WifiServiceImpl.java | 4327 .allowNetworkSuggestionAutojoin(config, choice)) { in allowAutojoin()
|