Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWakeupController.java309 Set<ScanResultMatchInfo> matchInfos = toMatchInfos(scanResults); in start()
442 Set<ScanResultMatchInfo> matchInfos = toMatchInfos(scanResults); in handleScanResults()
461 private static Set<ScanResultMatchInfo> toMatchInfos(Collection<ScanResult> scanResults) { in toMatchInfos() method in WakeupController