Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java1545 @Nullable BluetoothPowerCalculator mBluetoothPowerCalculator = null; field in BatteryStatsImpl
13272 && mBluetoothPowerCalculator != null && consumedChargeUC > 0) ? in updateBluetoothStateLocked()
13335 mBluetoothPowerCalculator.calculatePowerMah( in updateBluetoothStateLocked()
13416 mBluetoothPowerCalculator.calculatePowerMah(0, myTxTimeMs, 0)); in updateBluetoothStateLocked()
13433 mBluetoothPowerCalculator.calculatePowerMah(myRxTimeMs, 0, 0)); in updateBluetoothStateLocked()
13459 = mBluetoothPowerCalculator.calculatePowerMah(rxTimeMs, txTimeMs, idleTimeMs); in updateBluetoothStateLocked()
15805 mBluetoothPowerCalculator = new BluetoothPowerCalculator(mPowerProfile);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt72704 Lcom/android/internal/os/BatteryStatsHelper;->mBluetoothPowerCalculator:Lcom/android/internal/os/Po…