Home
last modified time | relevance | path

Searched refs:getAllApprovedNetworkSuggestions (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWakeupControllerTest.java393 when(mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions()) in startInitializesWakeupLockWithNetworkSuggestions()
435 when(mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions()) in startInitializesWakeupLockWithSavedScanResultsAndNetworkSuggestions()
533 when(mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions()) in onResultsUpdatesWakeupLockForNetworkSuggestions()
DWifiConnectivityManagerTest.java112 when(mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions()) in setUp()
1550 when(mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions()) in checkScanScheduleForSingleSuggestionsNetworkConnected()
1601 when(mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions()) in checkScanScheduleForSavedPasspointSuggestionNetworkConnected()
DWifiNetworkSuggestionsManagerTest.java4068 assertTrue(mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions().isEmpty()); in testGetApprovedNetworkSuggestions()
4075 mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions()); in testGetApprovedNetworkSuggestions()
4083 mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions()); in testGetApprovedNetworkSuggestions()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWakeupController.java350 mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions(); in getGoodSavedNetworksAndSuggestions()
DWifiConnectivityManager.java1629 mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions(); in useSingleSavedNetworkSchedule()
DWifiNetworkSuggestionsManager.java1265 public Set<WifiNetworkSuggestion> getAllApprovedNetworkSuggestions() { in getAllApprovedNetworkSuggestions() method in WifiNetworkSuggestionsManager