Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java1459 @Nullable BluetoothPowerCalculator mBluetoothPowerCalculator = null; field in BatteryStatsImpl
12752 && mBluetoothPowerCalculator != null && consumedChargeUC > 0) ? in updateBluetoothStateLocked()
12816 mBluetoothPowerCalculator.calculatePowerMah( in updateBluetoothStateLocked()
12897 mBluetoothPowerCalculator.calculatePowerMah(0, myTxTimeMs, 0)); in updateBluetoothStateLocked()
12914 mBluetoothPowerCalculator.calculatePowerMah(myRxTimeMs, 0, 0)); in updateBluetoothStateLocked()
12940 = mBluetoothPowerCalculator.calculatePowerMah(rxTimeMs, txTimeMs, idleTimeMs); in updateBluetoothStateLocked()
15224 mBluetoothPowerCalculator = new BluetoothPowerCalculator(mPowerProfile);
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt73347 Lcom/android/internal/os/BatteryStatsHelper;->mBluetoothPowerCalculator:Lcom/android/internal/os/Po…