Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DPowerStatsLayout.java54 private int mDevicePowerEstimatePosition = UNSUPPORTED; field in PowerStatsLayout
192 mDevicePowerEstimatePosition = addDeviceSection(1, "power", in addDeviceSectionPowerEstimate()
201 stats[mDevicePowerEstimatePosition] = (long) (power * MILLI_TO_NANO_MULTIPLIER); in setDevicePowerEstimate()
208 return stats[mDevicePowerEstimatePosition] / MILLI_TO_NANO_MULTIPLIER; in getDevicePowerEstimate()
270 extras.putInt(EXTRA_DEVICE_POWER_POSITION, mDevicePowerEstimatePosition); in toExtras()
285 mDevicePowerEstimatePosition = extras.getInt(EXTRA_DEVICE_POWER_POSITION); in fromExtras()