Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DBluetoothPowerStatsCollector.java88 public long txCount; field in BluetoothPowerStatsCollector.UidStats
234 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()