Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsHelper.java132 MobileRadioPowerCalculator mMobileRadioPowerCalculator; field in BatteryStatsHelper
387 if (mMobileRadioPowerCalculator == null) { in refreshStats()
388 mMobileRadioPowerCalculator = new MobileRadioPowerCalculator(mPowerProfile, mStats); in refreshStats()
390 mMobileRadioPowerCalculator.reset(mStats); in refreshStats()
559 mMobileRadioPowerCalculator.calculateApp(app, u, mRawRealtimeUs, mRawUptimeUs, in processAppUsage()
669 mMobileRadioPowerCalculator.calculateRemaining(radio, mStats, mRawRealtimeUs, mRawUptimeUs, in addRadioUsage()