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.java80 app.mobileRadioPowerMah = (app.mobileActive * mPowerRadioOn) / (1000*60*60); in calculateApp()
84 app.mobileRadioPowerMah = (app.mobileRxPackets + app.mobileTxPackets) in calculateApp()
87 if (DEBUG && app.mobileRadioPowerMah != 0) { in calculateApp()
91 + " power=" + BatteryStatsHelper.makemAh(app.mobileRadioPowerMah)); in calculateApp()
136 app.mobileRadioPowerMah = power; in calculateRemaining()
DBatterySipper.java72 public double mobileRadioPowerMah; field in BatterySipper
166 mobileRadioPowerMah += other.mobileRadioPowerMah; in add()
179 sensorPowerMah + mobileRadioPowerMah + wakeLockPowerMah + cameraPowerMah + in sumPower()
/frameworks/base/core/java/android/os/
DBatteryStats.java3940 if (bs.mobileRadioPowerMah != 0) { in dumpLocked()
3942 printmAh(pw, bs.mobileRadioPowerMah); in dumpLocked()