Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DMobileRadioPowerStatsLayout.java37 private static final String EXTRA_DEVICE_CALL_POWER_POSITION = "dp-call"; field in MobileRadioPowerStatsLayout
190 extras.putInt(EXTRA_DEVICE_CALL_POWER_POSITION, mDeviceCallPowerPosition); in toExtras()
209 mDeviceCallPowerPosition = extras.getInt(EXTRA_DEVICE_CALL_POWER_POSITION); in fromExtras()