Home
last modified time | relevance | path

Searched defs:setConsumedPowerForCustomComponent (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
DPowerComponents.java508 public Builder setConsumedPowerForCustomComponent(int componentId, double componentPower) { in setConsumedPowerForCustomComponent() method in PowerComponents.Builder
DBatteryConsumer.java884 public T setConsumedPowerForCustomComponent(int componentId, double componentPower) { in setConsumedPowerForCustomComponent() method in BatteryConsumer.BaseBuilder