Home
last modified time | relevance | path

Searched refs:filteredScanResults (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DWifiTracker.java546 final List<ScanResult> filteredScanResults = in fetchScansAndConfigsAndUpdateAccessPoints() local
550 Log.i(TAG, "Fetched scan results: " + filteredScanResults); in fetchScansAndConfigsAndUpdateAccessPoints()
554 updateAccessPoints(filteredScanResults, configs); in fetchScansAndConfigsAndUpdateAccessPoints()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
H A DPasspointManager.java1350 List<ScanResult> filteredScanResults = new ArrayList<>(); in getMatchingScanResults() local
1357 filteredScanResults.add(scanResult); in getMatchingScanResults()
1361 return filteredScanResults; in getMatchingScanResults()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiNetworkSuggestionsManager.java2331 Map<WifiNetworkSuggestion, List<ScanResult>> filteredScanResults = new HashMap<>(); in getMatchingScanResults() local
2334 return filteredScanResults; in getMatchingScanResults()
2340 filteredScanResults.put(suggestion, in getMatchingScanResults()
2344 return filteredScanResults; in getMatchingScanResults()