Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DBluetoothPowerStatsCollector.java272 long totalScanTime = 0; in collectBluetoothScanStats() local
292 totalScanTime += delta; in collectBluetoothScanStats()
296 mLayout.setDeviceScanTime(mDeviceStats, totalScanTime); in collectBluetoothScanStats()