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