Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1084 @Nullable BluetoothPowerCalculator mBluetoothPowerCalculator = null; field in BatteryStatsImpl
12596 && mBluetoothPowerCalculator != null && consumedChargeUC > 0) ? in updateBluetoothStateLocked()
12659 mBluetoothPowerCalculator.calculatePowerMah( in updateBluetoothStateLocked()
12726 mBluetoothPowerCalculator.calculatePowerMah(timeRxMs, 0, 0)); in updateBluetoothStateLocked()
12739 mBluetoothPowerCalculator.calculatePowerMah(0, timeTxMs, 0)); in updateBluetoothStateLocked()
12766 = mBluetoothPowerCalculator.calculatePowerMah(rxTimeMs, txTimeMs, idleTimeMs); in updateBluetoothStateLocked()
14949 mBluetoothPowerCalculator = new BluetoothPowerCalculator(mPowerProfile);
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt76670 Lcom/android/internal/os/BatteryStatsHelper;->mBluetoothPowerCalculator:Lcom/android/internal/os/Po…