Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DMobileRadioPowerStatsLayout.java50 private int mDeviceCallPowerPosition; field in MobileRadioPowerStatsLayout
90 mDeviceCallPowerPosition = addDeviceSection(1, "call-power", FLAG_HIDDEN); in addDeviceSectionPowerEstimate()
126 stats[mDeviceCallPowerPosition] = (long) (power * MILLI_TO_NANO_MULTIPLIER); in setDeviceCallPowerEstimate()
130 return stats[mDeviceCallPowerPosition] / MILLI_TO_NANO_MULTIPLIER; in getDeviceCallPowerEstimate()
190 extras.putInt(EXTRA_DEVICE_CALL_POWER_POSITION, mDeviceCallPowerPosition); in toExtras()
209 mDeviceCallPowerPosition = extras.getInt(EXTRA_DEVICE_CALL_POWER_POSITION); in fromExtras()