Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DPowerComponents.java126 && componentId < BatteryConsumer.LAST_CUSTOM_POWER_COMPONENT_ID) { in getConsumedPowerForCustomComponent()
145 && componentId < BatteryConsumer.LAST_CUSTOM_POWER_COMPONENT_ID) { in getCustomPowerComponentName()
487 && componentId < BatteryConsumer.LAST_CUSTOM_POWER_COMPONENT_ID) {
DBatteryConsumer.java94 public static final int LAST_CUSTOM_POWER_COMPONENT_ID = 9999; field in BatteryConsumer