Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWakeupControllerTest.java476 when(mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions()) in startInitializesWakeupLockWithNetworkSuggestions()
520 when(mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions()) in startInitializesWakeupLockWithSavedScanResultsAndNetworkSuggestions()
663 when(mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions()) in onResultsUpdatesWakeupLockForNetworkSuggestions()
DWifiPulledAtomLoggerTest.java252 when(mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions()) in testWifiConfiguredNetworkInfoPull()
DWifiConnectivityManagerTest.java169 when(mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions()) in setUp()
3432 when(mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions()) in checkScanScheduleForSingleSuggestionsNetworkConnected()
3482 when(mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions()) in checkScanScheduleForSavedPasspointSuggestionNetworkConnected()
3607 when(mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions()) in checkNoScanWhenNoPotentialNetwork()
DWifiNetworkSuggestionsManagerTest.java4792 assertTrue(mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions().isEmpty()); in testGetApprovedNetworkSuggestions()
4799 mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions()); in testGetApprovedNetworkSuggestions()
4807 mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions()); in testGetApprovedNetworkSuggestions()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiPulledAtomLogger.java244 mWifiInjector.getWifiNetworkSuggestionsManager().getAllApprovedNetworkSuggestions(); in handleWifiConfiguredNetworkInfoPull()
DWakeupController.java402 mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions(); in getGoodSavedNetworksAndSuggestions()
DWifiConnectivityManager.java2910 mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions(); in useSingleSavedNetworkSchedule()
2960 mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions(); in hasNoPotentialNetworkAvailable()
DWifiNetworkSuggestionsManager.java1583 public Set<WifiNetworkSuggestion> getAllApprovedNetworkSuggestions() { in getAllApprovedNetworkSuggestions() method in WifiNetworkSuggestionsManager