Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsHelper.java134 PowerCalculator mBluetoothPowerCalculator; field in BatteryStatsHelper
401 if (mBluetoothPowerCalculator == null || in refreshStats()
403 mBluetoothPowerCalculator = new BluetoothPowerCalculator(mPowerProfile); in refreshStats()
406 mBluetoothPowerCalculator.reset(); in refreshStats()
554 mBluetoothPowerCalculator.calculateApp(app, u, mRawRealtimeUs, mRawUptimeUs, in processAppUsage()
709 mBluetoothPowerCalculator.calculateRemaining(bs, mStats, mRawRealtimeUs, mRawUptimeUs, in addBluetoothUsage()