Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWakeupController.java247 Set<ScanResultMatchInfo> matchInfos = toMatchInfos(scanResults); in start()
379 Set<ScanResultMatchInfo> matchInfos = toMatchInfos(scanResults); in handleScanResults()
398 private static Set<ScanResultMatchInfo> toMatchInfos(Collection<ScanResult> scanResults) { in toMatchInfos() method in WakeupController