Searched refs:getAllApprovedNetworkSuggestions (Results 1 – 6 of 6) sorted by relevance
393 when(mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions()) in startInitializesWakeupLockWithNetworkSuggestions()435 when(mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions()) in startInitializesWakeupLockWithSavedScanResultsAndNetworkSuggestions()533 when(mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions()) in onResultsUpdatesWakeupLockForNetworkSuggestions()
112 when(mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions()) in setUp()1550 when(mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions()) in checkScanScheduleForSingleSuggestionsNetworkConnected()1601 when(mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions()) in checkScanScheduleForSavedPasspointSuggestionNetworkConnected()
4068 assertTrue(mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions().isEmpty()); in testGetApprovedNetworkSuggestions()4075 mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions()); in testGetApprovedNetworkSuggestions()4083 mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions()); in testGetApprovedNetworkSuggestions()
350 mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions(); in getGoodSavedNetworksAndSuggestions()
1629 mWifiNetworkSuggestionsManager.getAllApprovedNetworkSuggestions(); in useSingleSavedNetworkSchedule()
1265 public Set<WifiNetworkSuggestion> getAllApprovedNetworkSuggestions() { in getAllApprovedNetworkSuggestions() method in WifiNetworkSuggestionsManager