Searched refs:uidTxBytes (Results 1 – 2 of 2) sorted by relevance
11215 SparseLongArray uidTxBytes = new SparseLongArray(); field in BatteryStatsImpl.BluetoothActivityInfoCache11225 uidTxBytes.put(traffic.getUid(), traffic.getTxBytes()); in set()11346 final long txBytes = traffic.getTxBytes() - mLastBluetoothActivityInfo.uidTxBytes.get( in updateBluetoothStateLocked()11371 traffic.getTxBytes() - mLastBluetoothActivityInfo.uidTxBytes.get(uid); in updateBluetoothStateLocked()
94191 Lcom/android/internal/os/BatteryStatsImpl$BluetoothActivityInfoCache;->uidTxBytes:Landroid/util/Spa…