Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DPowerStatsLayout.java30 private static final String EXTRA_DEVICE_POWER_POSITION = "dp"; field in PowerStatsLayout
270 extras.putInt(EXTRA_DEVICE_POWER_POSITION, mDevicePowerEstimatePosition); in toExtras()
285 mDevicePowerEstimatePosition = extras.getInt(EXTRA_DEVICE_POWER_POSITION); in fromExtras()