Searched refs:mLastBluetoothActivityInfo (Results 1 – 2 of 2) sorted by relevance
12702 private final BluetoothActivityInfoCache mLastBluetoothActivityInfo field in BatteryStatsImpl12721 mLastBluetoothActivityInfo.set(info); in updateBluetoothStateLocked()12727 if (info.getControllerRxTimeMillis() < mLastBluetoothActivityInfo.rxTimeMs in updateBluetoothStateLocked()12728 || info.getControllerTxTimeMillis() < mLastBluetoothActivityInfo.txTimeMs in updateBluetoothStateLocked()12729 || info.getControllerIdleTimeMillis() < mLastBluetoothActivityInfo.idleTimeMs in updateBluetoothStateLocked()12730 || info.getControllerEnergyUsed() < mLastBluetoothActivityInfo.energy) { in updateBluetoothStateLocked()12733 mLastBluetoothActivityInfo.reset(); in updateBluetoothStateLocked()12737 info.getControllerRxTimeMillis() - mLastBluetoothActivityInfo.rxTimeMs; in updateBluetoothStateLocked()12739 info.getControllerTxTimeMillis() - mLastBluetoothActivityInfo.txTimeMs; in updateBluetoothStateLocked()12741 info.getControllerIdleTimeMillis() - mLastBluetoothActivityInfo.idleTimeMs; in updateBluetoothStateLocked()[all …]
74349 Lcom/android/internal/os/BatteryStatsImpl;->mLastBluetoothActivityInfo:Lcom/android/internal/os/Bat…