Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DPowerStatsLayout.java38 protected static final double MILLI_TO_NANO_MULTIPLIER = 1000000.0; field in PowerStatsLayout
201 stats[mDevicePowerEstimatePosition] = (long) (power * MILLI_TO_NANO_MULTIPLIER); in setDevicePowerEstimate()
208 return stats[mDevicePowerEstimatePosition] / MILLI_TO_NANO_MULTIPLIER; in getDevicePowerEstimate()
251 stats[mUidPowerEstimatePosition] = (long) (power * MILLI_TO_NANO_MULTIPLIER); in setUidPowerEstimate()
258 return stats[mUidPowerEstimatePosition] / MILLI_TO_NANO_MULTIPLIER; in getUidPowerEstimate()
DMobileRadioPowerStatsLayout.java126 stats[mDeviceCallPowerPosition] = (long) (power * MILLI_TO_NANO_MULTIPLIER); in setDeviceCallPowerEstimate()
130 return stats[mDeviceCallPowerPosition] / MILLI_TO_NANO_MULTIPLIER; in getDeviceCallPowerEstimate()