Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DWifiScanningServiceImpl.java1030 ScanData[] resultsToDeliver = ScanScheduleUtil.filterResultsForSettings( in reportScanResults() local
1033 new WifiScanner.ParcelableScanData(resultsToDeliver); in reportScanResults()
1035 describeForLog(resultsToDeliver)); in reportScanResults()
1463 ScanData[] resultsToDeliver = in reportScanResults() local
1465 if (resultsToDeliver != null) { in reportScanResults()
1467 describeForLog(resultsToDeliver)); in reportScanResults()
1469 new WifiScanner.ParcelableScanData(resultsToDeliver); in reportScanResults()