Searched refs:mLastTxTime (Results 1 – 1 of 1) sorted by relevance
82 private long mLastTxTime; field in BluetoothPowerStatsCollector213 long txTimeDelta = Math.max(0, txTime - mLastTxTime); in collectBluetoothActivityInfo()215 mLastTxTime = txTime; in collectBluetoothActivityInfo()