Searched refs:uidTxBytes (Results 1 – 1 of 1) sorted by relevance
11554 SparseLongArray uidTxBytes = new SparseLongArray(); field in BatteryStatsImpl.BluetoothActivityInfoCache11564 uidTxBytes.put(traffic.getUid(), traffic.getTxBytes()); in set()11685 final long txBytes = traffic.getTxBytes() - mLastBluetoothActivityInfo.uidTxBytes.get( in updateBluetoothStateLocked()11710 traffic.getTxBytes() - mLastBluetoothActivityInfo.uidTxBytes.get(uid); in updateBluetoothStateLocked()