Searched refs:mBluetoothPowerCalculator (Results 1 – 2 of 2) sorted by relevance
1084 @Nullable BluetoothPowerCalculator mBluetoothPowerCalculator = null; field in BatteryStatsImpl12596 && 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);
76670 Lcom/android/internal/os/BatteryStatsHelper;->mBluetoothPowerCalculator:Lcom/android/internal/os/Po…