Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DMobileRadioPowerCalculator.java102 app.mobileRadioPowerMah = (app.mobileActive * mPowerRadioOn) / (1000*60*60); in calculateApp()
106 app.mobileRadioPowerMah = (app.mobileRxPackets + app.mobileTxPackets) in calculateApp()
109 if (DEBUG && app.mobileRadioPowerMah != 0) { in calculateApp()
113 + " power=" + BatteryStatsHelper.makemAh(app.mobileRadioPowerMah)); in calculateApp()
158 app.mobileRadioPowerMah = power; in calculateRemaining()
DBatterySipper.java113 public double mobileRadioPowerMah; field in BatterySipper
211 mobileRadioPowerMah += other.mobileRadioPowerMah; in add()
230 sensorPowerMah + mobileRadioPowerMah + wakeLockPowerMah + cameraPowerMah + in sumPower()
/frameworks/base/core/java/android/os/
DBatteryStats.java5048 if (bs.mobileRadioPowerMah != 0) { in dumpLocked()
5050 printmAh(pw, bs.mobileRadioPowerMah); in dumpLocked()