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.java124 PowerCalculator mBluetoothPowerCalculator; field in BatteryStatsHelper
368 if (mBluetoothPowerCalculator == null || in refreshStats()
370 mBluetoothPowerCalculator = new BluetoothPowerCalculator(mPowerProfile); in refreshStats()
373 mBluetoothPowerCalculator.reset(); in refreshStats()
505mBluetoothPowerCalculator.calculateApp(app, u, mRawRealtimeUs, mRawUptimeUs, mStatsType); in processAppUsage()
657 mBluetoothPowerCalculator.calculateRemaining(bs, mStats, mRawRealtimeUs, mRawUptimeUs, in addBluetoothUsage()