Searched refs:lastRxCount (Results 1 – 1 of 1) sorted by relevance
87 public long lastRxCount; field in BluetoothPowerStatsCollector.UidStats239 long rxDelta = Math.max(0, counts.rxCount - counts.lastRxCount); in collectBluetoothActivityInfo()240 counts.lastRxCount = counts.rxCount; in collectBluetoothActivityInfo()