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