Searched refs:uidRxBytes (Results 1 – 2 of 2) sorted by relevance
11214 SparseLongArray uidRxBytes = new SparseLongArray(); field in BatteryStatsImpl.BluetoothActivityInfoCache11224 uidRxBytes.put(traffic.getUid(), traffic.getRxBytes()); in set()11344 final long rxBytes = traffic.getRxBytes() - mLastBluetoothActivityInfo.uidRxBytes.get( in updateBluetoothStateLocked()11369 traffic.getRxBytes() - mLastBluetoothActivityInfo.uidRxBytes.get(uid); in updateBluetoothStateLocked()
94190 Lcom/android/internal/os/BatteryStatsImpl$BluetoothActivityInfoCache;->uidRxBytes:Landroid/util/Spa…