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