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