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.java1264 ScanData[] resultsToDeliver = ScanScheduleUtil.filterResultsForSettings( in reportScanResults() local
1267 new WifiScanner.ParcelableScanData(resultsToDeliver); in reportScanResults()
1269 describeForLog(resultsToDeliver)); in reportScanResults()
1719 ScanData[] resultsToDeliver = in reportScanResults() local
1721 if (resultsToDeliver != null) { in reportScanResults()
1723 describeForLog(resultsToDeliver)); in reportScanResults()
1725 new WifiScanner.ParcelableScanData(resultsToDeliver); in reportScanResults()