Searched refs:getAllApprovedNetworkSuggestions (Results 1 – 8 of 8) sorted by relevance
476 when(mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions()) in startInitializesWakeupLockWithNetworkSuggestions()520 when(mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions()) in startInitializesWakeupLockWithSavedScanResultsAndNetworkSuggestions()663 when(mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions()) in onResultsUpdatesWakeupLockForNetworkSuggestions()
252 when(mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions()) in testWifiConfiguredNetworkInfoPull()
169 when(mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions()) in setUp()3432 when(mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions()) in checkScanScheduleForSingleSuggestionsNetworkConnected()3482 when(mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions()) in checkScanScheduleForSavedPasspointSuggestionNetworkConnected()3607 when(mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions()) in checkNoScanWhenNoPotentialNetwork()
4792 assertTrue(mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions().isEmpty()); in testGetApprovedNetworkSuggestions()4799 mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions()); in testGetApprovedNetworkSuggestions()4807 mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions()); in testGetApprovedNetworkSuggestions()
244 mWifiInjector.getWifiNetworkSuggestionsManager().getAllApprovedNetworkSuggestions(); in handleWifiConfiguredNetworkInfoPull()
402 mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions(); in getGoodSavedNetworksAndSuggestions()
2910 mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions(); in useSingleSavedNetworkSchedule()2960 mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions(); in hasNoPotentialNetworkAvailable()
1583 public Set<WifiNetworkSuggestion> getAllApprovedNetworkSuggestions() { in getAllApprovedNetworkSuggestions() method in WifiNetworkSuggestionsManager