Searched refs:getAllNetworkSuggestions (Results 1 – 4 of 4) sorted by relevance
211 mWifiNetworkSuggestionsManager.getAllNetworkSuggestions(); in testAddNetworkSuggestionsSuccess()263 assertTrue(mWifiNetworkSuggestionsManager.getAllNetworkSuggestions().isEmpty()); in testRemoveNetworkSuggestionsSuccess()309 assertTrue(mWifiNetworkSuggestionsManager.getAllNetworkSuggestions().isEmpty()); in testRemoveAllNetworkSuggestionsSuccess()335 mWifiNetworkSuggestionsManager.getAllNetworkSuggestions(); in testAddRemoveEnterpriseNetworkSuggestion()371 mWifiNetworkSuggestionsManager.getAllNetworkSuggestions(); in testReplaceNetworkSuggestionsSuccess()1300 mWifiNetworkSuggestionsManager.getAllNetworkSuggestions(); in testNetworkSuggestionsConfigStoreLoad()1350 mWifiNetworkSuggestionsManager.getAllNetworkSuggestions(); in testNetworkSuggestionsConfigStoreLoadAfterUserSwitch()1621 assertTrue(mWifiNetworkSuggestionsManager.getAllNetworkSuggestions().isEmpty()); in testAddRemoveNetworkSuggestionsStartStopAppOpsWatch()1645 mWifiNetworkSuggestionsManager.getAllNetworkSuggestions(); in testAppOpsChangeAfterSuggestionsAdd()1664 allNetworkSuggestions = mWifiNetworkSuggestionsManager.getAllNetworkSuggestions(); in testAppOpsChangeAfterSuggestionsAdd()[all …]
374 when(mWifiNetworkSuggestionsManager.getAllNetworkSuggestions()) in startInitializesWakeupLockWithNetworkSuggestions()416 when(mWifiNetworkSuggestionsManager.getAllNetworkSuggestions()) in startInitializesWakeupLockWithSavedScanResultsAndNetworkSuggestions()514 when(mWifiNetworkSuggestionsManager.getAllNetworkSuggestions()) in onResultsUpdatesWakeupLockForNetworkSuggestions()
334 mWifiNetworkSuggestionsManager.getAllNetworkSuggestions(); in getGoodSavedNetworksAndSuggestions()
775 public Set<WifiNetworkSuggestion> getAllNetworkSuggestions() { in getAllNetworkSuggestions() method in WifiNetworkSuggestionsManager