Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNetworkSuggestionsManager.java2066 List<ScanResult> filteredScanResult = new ArrayList<>(); in getMatchingScanResults() local
2069 filteredScanResult.add(scanResult); in getMatchingScanResults()
2073 return filteredScanResult; in getMatchingScanResults()