Home
last modified time | relevance | path

Searched refs:MILLIVOLTS_PER_VOLT (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/power/stats/
DPowerStatsCollector.java53 private static final int MILLIVOLTS_PER_VOLT = 1000; field in PowerStatsCollector
230 return (deltaEnergyUj * MILLIVOLTS_PER_VOLT + (avgVoltageMv / 2)) / avgVoltageMv; in uJtoUc()
DEnergyConsumerSnapshot.java39 private static final int MILLIVOLTS_PER_VOLT = 1000; field in EnergyConsumerSnapshot
421 return (deltaEnergyUJ * MILLIVOLTS_PER_VOLT + (avgVoltageMV / 2)) / avgVoltageMV; in calculateChargeConsumedUC()