Searched refs:txCount (Results 1 – 1 of 1) sorted by relevance
88 public long txCount; field in BluetoothPowerStatsCollector.UidStats234 counts.txCount += ut.getTxBytes(); in collectBluetoothActivityInfo()243 long txDelta = Math.max(0, counts.txCount - counts.lastTxCount); in collectBluetoothActivityInfo()244 counts.lastTxCount = counts.txCount; in collectBluetoothActivityInfo()245 counts.txCount = 0; in collectBluetoothActivityInfo()