Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/os/
H A DPowerComponents.java50 private final int mCustomPowerComponentCount; field in PowerComponents
58 mCustomPowerComponentCount = mCustomPowerComponentNames.length; in PowerComponents()
67 mCustomPowerComponentCount = source.readInt(); in PowerComponents()
81 dest.writeInt(mCustomPowerComponentCount); in writeToParcel()
211 return mCustomPowerComponentCount; in getCustomPowerComponentCount()
337 BatteryConsumer.FIRST_CUSTOM_POWER_COMPONENT_ID + mCustomPowerComponentCount;