Searched refs:MILLI_TO_NANO_MULTIPLIER (Results 1 – 2 of 2) sorted by relevance
38 protected static final double MILLI_TO_NANO_MULTIPLIER = 1000000.0; field in PowerStatsLayout201 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()
126 stats[mDeviceCallPowerPosition] = (long) (power * MILLI_TO_NANO_MULTIPLIER); in setDeviceCallPowerEstimate()130 return stats[mDeviceCallPowerPosition] / MILLI_TO_NANO_MULTIPLIER; in getDeviceCallPowerEstimate()