Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java11231 private final BluetoothActivityInfoCache mLastBluetoothActivityInfo field in BatteryStatsImpl
11252 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt95145 Lcom/android/internal/os/BatteryStatsImpl;->mLastBluetoothActivityInfo:Lcom/android/internal/os/Bat…