Searched refs:mUidPowerEstimatePosition (Results 1 – 1 of 1) sorted by relevance
56 private int mUidPowerEstimatePosition = UNSUPPORTED; field in PowerStatsLayout222 mUidPowerEstimatePosition = addUidSection(1, "power", FLAG_FORMAT_AS_POWER | FLAG_OPTIONAL); in addUidSectionPowerEstimate()229 return mUidPowerEstimatePosition != UNSUPPORTED; in isUidPowerAttributionSupported()251 stats[mUidPowerEstimatePosition] = (long) (power * MILLI_TO_NANO_MULTIPLIER); in setUidPowerEstimate()258 return stats[mUidPowerEstimatePosition] / MILLI_TO_NANO_MULTIPLIER; in getUidPowerEstimate()272 extras.putInt(EXTRA_UID_POWER_POSITION, mUidPowerEstimatePosition); in toExtras()287 mUidPowerEstimatePosition = extras.getInt(EXTRA_UID_POWER_POSITION); in fromExtras()