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.java122 MobileRadioPowerCalculator mMobileRadioPowerCalculator; field in BatteryStatsHelper
350 if (mMobileRadioPowerCalculator == null) { in refreshStats()
351 mMobileRadioPowerCalculator = new MobileRadioPowerCalculator(mPowerProfile, mStats); in refreshStats()
353 mMobileRadioPowerCalculator.reset(mStats); in refreshStats()
503mMobileRadioPowerCalculator.calculateApp(app, u, mRawRealtimeUs, mRawUptimeUs, mStatsType); in processAppUsage()
594 mMobileRadioPowerCalculator.calculateRemaining(radio, mStats, mRawRealtimeUs, mRawUptimeUs, in addRadioUsage()