Home
last modified time | relevance | path

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

/frameworks/base/proto/src/
Dgnss.proto80 // Energy consumed (mAh)
Dwifi.proto1594 // Energy consumed by wifi (mAh)
1627 // Actual monitored rail energy consumed by wifi (mAh)
/frameworks/base/core/proto/android/os/
Dbatterystats.proto45 // Total power (mAh) consumed by the controller in all states. The value may
124 // Total amount of battery discharged in mAh. This will only be non-zero for
127 // Total amount of battery discharged while the screen was off in mAh.
131 // Total amount of battery discharged while the screen was dozing in mAh.
136 // Total amount of battery discharged in mAh while the device was in light doze mode.
140 // Total amount of battery discharged in mAh while the device was in deep doze mode.
357 // Estimated power use in mAh.
694 // Estimated power use in mAh.
/frameworks/opt/telephony/proto/src/
Dtelephony.proto2637 // Energy consumed by modem (mAh)
2677 // Actual monitored rail energy consumed by modem (mAh)
/frameworks/base/services/core/java/com/android/server/stats/
DStatsCompanionService.java1771 private long milliAmpHrsToNanoAmpSecs(double mAh) { in milliAmpHrsToNanoAmpSecs() argument
1773 return (long) (mAh * MILLI_AMP_HR_TO_NANO_AMP_SECS + 0.5); in milliAmpHrsToNanoAmpSecs()