Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiNetworkSuggestionsManagerTest.java309 mWifiNetworkSuggestionsManager.getAllNetworkSuggestions(); in testAddNetworkSuggestionsSuccess()
368 assertTrue(mWifiNetworkSuggestionsManager.getAllNetworkSuggestions().isEmpty()); in testRemoveNetworkSuggestionsSuccess()
417 mWifiNetworkSuggestionsManager.getAllNetworkSuggestions(); in testAddRemoveEnterpriseNetworkSuggestion()
494 assertTrue(mWifiNetworkSuggestionsManager.getAllNetworkSuggestions().isEmpty()); in testRemoveAllNetworkSuggestionsSuccess()
521 mWifiNetworkSuggestionsManager.getAllNetworkSuggestions(); in testReplaceNetworkSuggestionsSuccess()
1692 mWifiNetworkSuggestionsManager.getAllNetworkSuggestions(); in testNetworkSuggestionsConfigStoreLoad()
1760 mWifiNetworkSuggestionsManager.getAllNetworkSuggestions(); in testNetworkSuggestionsConfigStoreLoadAfterUserSwitch()
2008 assertTrue(mWifiNetworkSuggestionsManager.getAllNetworkSuggestions().isEmpty()); in testAddRemoveNetworkSuggestionsStartStopAppOpsWatch()
2031 mWifiNetworkSuggestionsManager.getAllNetworkSuggestions(); in testAppOpsChangeAfterSuggestionsAdd()
2050 allNetworkSuggestions = mWifiNetworkSuggestionsManager.getAllNetworkSuggestions(); in testAppOpsChangeAfterSuggestionsAdd()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNetworkSuggestionsManager.java1254 public Set<WifiNetworkSuggestion> getAllNetworkSuggestions() { in getAllNetworkSuggestions() method in WifiNetworkSuggestionsManager