Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DBluetoothPowerStatsCollector.java82 private long mLastTxTime; field in BluetoothPowerStatsCollector
213 long txTimeDelta = Math.max(0, txTime - mLastTxTime); in collectBluetoothActivityInfo()
215 mLastTxTime = txTime; in collectBluetoothActivityInfo()