Searched refs:uidTxBytes (Results 1 – 2 of 2) sorted by relevance
12677 SparseLongArray uidTxBytes = new SparseLongArray(); field in BatteryStatsImpl.BluetoothActivityInfoCache12687 uidTxBytes.put(traffic.getUid(), traffic.getTxBytes()); in set()12698 uidTxBytes.clear(); in reset()12843 final long txBytes = traffic.getTxBytes() - mLastBluetoothActivityInfo.uidTxBytes.get( in updateBluetoothStateLocked()12868 traffic.getTxBytes() - mLastBluetoothActivityInfo.uidTxBytes.get(uid); in updateBluetoothStateLocked()
73427 Lcom/android/internal/os/BatteryStatsImpl$BluetoothActivityInfoCache;->uidTxBytes:Landroid/util/Spa…