Searched refs:mAh (Results 1 – 5 of 5) sorted by relevance
80 // Energy consumed (mAh)
1594 // Energy consumed by wifi (mAh)1627 // Actual monitored rail energy consumed by wifi (mAh)
45 // Total power (mAh) consumed by the controller in all states. The value may124 // Total amount of battery discharged in mAh. This will only be non-zero for127 // 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.
2637 // Energy consumed by modem (mAh)2677 // Actual monitored rail energy consumed by modem (mAh)
1771 private long milliAmpHrsToNanoAmpSecs(double mAh) { in milliAmpHrsToNanoAmpSecs() argument1773 return (long) (mAh * MILLI_AMP_HR_TO_NANO_AMP_SECS + 0.5); in milliAmpHrsToNanoAmpSecs()