Searched refs:uidRxBytes (Results 1 – 2 of 2) sorted by relevance
13191 SparseLongArray uidRxBytes = new SparseLongArray(); field in BatteryStatsImpl.BluetoothActivityInfoCache13201 uidRxBytes.put(traffic.getUid(), traffic.getRxBytes()); in set()13212 uidRxBytes.clear(); in reset()13360 final long rxBytes = traffic.getRxBytes() - mLastBluetoothActivityInfo.uidRxBytes.get( in updateBluetoothStateLocked()13385 traffic.getRxBytes() - mLastBluetoothActivityInfo.uidRxBytes.get(uid); in updateBluetoothStateLocked()
72783 Lcom/android/internal/os/BatteryStatsImpl$BluetoothActivityInfoCache;->uidRxBytes:Landroid/util/Spa…