Home
last modified time | relevance | path

Searched refs:mLastBluetoothActivityInfo (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java11570 private final BluetoothActivityInfoCache mLastBluetoothActivityInfo field in BatteryStatsImpl
11591 info.getControllerRxTimeMillis() - mLastBluetoothActivityInfo.rxTimeMs; in updateBluetoothStateLocked()
11593 info.getControllerTxTimeMillis() - mLastBluetoothActivityInfo.txTimeMs; in updateBluetoothStateLocked()
11595 info.getControllerIdleTimeMillis() - mLastBluetoothActivityInfo.idleTimeMs; in updateBluetoothStateLocked()
11683 final long rxBytes = traffic.getRxBytes() - mLastBluetoothActivityInfo.uidRxBytes.get( in updateBluetoothStateLocked()
11685 final long txBytes = traffic.getTxBytes() - mLastBluetoothActivityInfo.uidTxBytes.get( in updateBluetoothStateLocked()
11708 traffic.getRxBytes() - mLastBluetoothActivityInfo.uidRxBytes.get(uid); in updateBluetoothStateLocked()
11710 traffic.getTxBytes() - mLastBluetoothActivityInfo.uidTxBytes.get(uid); in updateBluetoothStateLocked()
11746 (long) ((info.getControllerEnergyUsed() - mLastBluetoothActivityInfo.energy) in updateBluetoothStateLocked()
11749 mLastBluetoothActivityInfo.set(info); in updateBluetoothStateLocked()