Searched refs:allowNetworkSuggestionAutojoin (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | WifiNetworkSuggestionsManagerTest.java | 749 mWifiNetworkSuggestionsManager.allowNetworkSuggestionAutojoin(config, false); in testAddNetworkSuggestionsSuccessOnInPlaceModificationWhenNotInWcm() 3872 .allowNetworkSuggestionAutojoin(configuration, false)); in testSetAllowAutoJoinOnSuggestionNetwork() 3882 .allowNetworkSuggestionAutojoin(configuration, false)); in testSetAllowAutoJoinOnSuggestionNetwork() 3929 .allowNetworkSuggestionAutojoin(config, false)); in testSetAllowAutoJoinOnPasspointSuggestionNetwork() 3936 .allowNetworkSuggestionAutojoin(config, false)); in testSetAllowAutoJoinOnPasspointSuggestionNetwork()
|
H A D | WifiServiceImplTest.java | 6742 when(mWifiNetworkSuggestionsManager.allowNetworkSuggestionAutojoin(any(), anyBoolean())) in testAllowAutojoinOnSuggestionNetwork() 6747 verify(mWifiNetworkSuggestionsManager).allowNetworkSuggestionAutojoin(any(), anyBoolean()); in testAllowAutojoinOnSuggestionNetwork() 6764 .allowNetworkSuggestionAutojoin(any(), anyBoolean()); in testAllowAutojoinOnSavedNetwork() 6777 .allowNetworkSuggestionAutojoin(config, true); in testAllowAutojoinOnWifiNetworkSpecifier() 6785 when(mWifiNetworkSuggestionsManager.allowNetworkSuggestionAutojoin(any(), anyBoolean())) in testAllowAutojoinOnSavedPasspointNetwork() 6791 .allowNetworkSuggestionAutojoin(config, true); in testAllowAutojoinOnSavedPasspointNetwork()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | WifiNetworkSuggestionsManager.java | 2292 public boolean allowNetworkSuggestionAutojoin(WifiConfiguration config, boolean choice) { in allowNetworkSuggestionAutojoin() method in WifiNetworkSuggestionsManager
|
H A D | WifiServiceImpl.java | 3048 .allowNetworkSuggestionAutojoin(config, choice)) { in allowAutojoin()
|