Home
last modified time | relevance | path

Searched refs:getAllNetworkSuggestions (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNetworkSuggestionsManagerTest.java382 mWifiNetworkSuggestionsManager.getAllNetworkSuggestions(); in testAddNetworkSuggestionsSuccess()
445 assertTrue(mWifiNetworkSuggestionsManager.getAllNetworkSuggestions().isEmpty()); in testRemoveNetworkSuggestionsSuccess()
501 mWifiNetworkSuggestionsManager.getAllNetworkSuggestions(); in testAddRemoveEnterpriseNetworkSuggestion()
693 assertTrue(mWifiNetworkSuggestionsManager.getAllNetworkSuggestions().isEmpty()); in testRemoveAllNetworkSuggestionsSuccess()
721 mWifiNetworkSuggestionsManager.getAllNetworkSuggestions(); in testReplaceNetworkSuggestionsSuccess()
2156 mWifiNetworkSuggestionsManager.getAllNetworkSuggestions(); in testNetworkSuggestionsConfigStoreLoad()
2229 mWifiNetworkSuggestionsManager.getAllNetworkSuggestions(); in testNetworkSuggestionsConfigStoreLoadAfterUserSwitch()
2423 assertTrue(mWifiNetworkSuggestionsManager.getAllNetworkSuggestions().isEmpty()); in testAddRemoveNetworkSuggestionsStartStopAppOpsWatch()
2447 mWifiNetworkSuggestionsManager.getAllNetworkSuggestions(); in testAppOpsChangeAfterSuggestionsAdd()
2466 allNetworkSuggestions = mWifiNetworkSuggestionsManager.getAllNetworkSuggestions(); in testAppOpsChangeAfterSuggestionsAdd()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNetworkSuggestionsManager.java1572 public Set<WifiNetworkSuggestion> getAllNetworkSuggestions() { in getAllNetworkSuggestions() method in WifiNetworkSuggestionsManager
DWifiShellCommand.java1206 mWifiNetworkSuggestionsManager.getAllNetworkSuggestions(); in onCommand()