Searched refs:allowNetworkSuggestionAutojoin (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiServiceImplTest.java | 5156 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()
|
D | WifiNetworkSuggestionsManagerTest.java | 3363 .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/ |
D | WifiNetworkSuggestionsManager.java | 1993 public boolean allowNetworkSuggestionAutojoin(WifiConfiguration config, boolean choice) { in allowNetworkSuggestionAutojoin() method in WifiNetworkSuggestionsManager
|
D | WifiServiceImpl.java | 2581 .allowNetworkSuggestionAutojoin(config, choice)) { in allowAutojoin()
|