Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DBluetoothPowerStatsCollector.java208 long rxTimeDelta = Math.max(0, rxTime - mLastRxTime); in collectBluetoothActivityInfo() local
209 mLayout.setDeviceRxTime(mDeviceStats, rxTimeDelta); in collectBluetoothActivityInfo()
222 mPowerStats.durationMs = rxTimeDelta + txTimeDelta + idleTimeDelta; in collectBluetoothActivityInfo()