Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java13217 private final BluetoothActivityInfoCache mLastBluetoothActivityInfo field in BatteryStatsImpl
13241 mLastBluetoothActivityInfo.set(info); in updateBluetoothStateLocked()
13247 if (info.getControllerRxTimeMillis() < mLastBluetoothActivityInfo.rxTimeMs in updateBluetoothStateLocked()
13248 || info.getControllerTxTimeMillis() < mLastBluetoothActivityInfo.txTimeMs in updateBluetoothStateLocked()
13249 || info.getControllerIdleTimeMillis() < mLastBluetoothActivityInfo.idleTimeMs in updateBluetoothStateLocked()
13250 || info.getControllerEnergyUsed() < mLastBluetoothActivityInfo.energy) { in updateBluetoothStateLocked()
13253 mLastBluetoothActivityInfo.reset(); in updateBluetoothStateLocked()
13257 info.getControllerRxTimeMillis() - mLastBluetoothActivityInfo.rxTimeMs; in updateBluetoothStateLocked()
13259 info.getControllerTxTimeMillis() - mLastBluetoothActivityInfo.txTimeMs; in updateBluetoothStateLocked()
13261 info.getControllerIdleTimeMillis() - mLastBluetoothActivityInfo.idleTimeMs; in updateBluetoothStateLocked()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt73706 Lcom/android/internal/os/BatteryStatsImpl;->mLastBluetoothActivityInfo:Lcom/android/internal/os/Bat…