Searched refs:lastTxCount (Results 1 – 1 of 1) sorted by relevance
89 public long lastTxCount; field in BluetoothPowerStatsCollector.UidStats243 long txDelta = Math.max(0, counts.txCount - counts.lastTxCount); in collectBluetoothActivityInfo()244 counts.lastTxCount = counts.txCount; in collectBluetoothActivityInfo()