Searched refs:mDeviceCallPowerPosition (Results 1 – 1 of 1) sorted by relevance
50 private int mDeviceCallPowerPosition; field in MobileRadioPowerStatsLayout90 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()