Searched refs:mLastBluetoothActivityInfo (Results 1 – 2 of 2) sorted by relevance
11231 private final BluetoothActivityInfoCache mLastBluetoothActivityInfo field in BatteryStatsImpl11252 info.getControllerRxTimeMillis() - mLastBluetoothActivityInfo.rxTimeMs; in updateBluetoothStateLocked()11254 info.getControllerTxTimeMillis() - mLastBluetoothActivityInfo.txTimeMs; in updateBluetoothStateLocked()11256 info.getControllerIdleTimeMillis() - mLastBluetoothActivityInfo.idleTimeMs; in updateBluetoothStateLocked()11344 final long rxBytes = traffic.getRxBytes() - mLastBluetoothActivityInfo.uidRxBytes.get( in updateBluetoothStateLocked()11346 final long txBytes = traffic.getTxBytes() - mLastBluetoothActivityInfo.uidTxBytes.get( in updateBluetoothStateLocked()11369 traffic.getRxBytes() - mLastBluetoothActivityInfo.uidRxBytes.get(uid); in updateBluetoothStateLocked()11371 traffic.getTxBytes() - mLastBluetoothActivityInfo.uidTxBytes.get(uid); in updateBluetoothStateLocked()11405 (long) ((info.getControllerEnergyUsed() - mLastBluetoothActivityInfo.energy) in updateBluetoothStateLocked()11408 mLastBluetoothActivityInfo.set(info); in updateBluetoothStateLocked()
95145 Lcom/android/internal/os/BatteryStatsImpl;->mLastBluetoothActivityInfo:Lcom/android/internal/os/Bat…