Home
last modified time | relevance | path

Searched defs:powerComponent (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DUserPowerCalculatorTest.java131 public boolean isPowerComponentSupported( in isPowerComponentSupported()
147 public boolean isPowerComponentSupported( in isPowerComponentSupported()
/frameworks/base/core/java/com/android/internal/os/
DUserPowerCalculator.java36 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported()
DBatteryChargeCalculator.java30 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported()
DPhonePowerCalculator.java36 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported()
DCameraPowerCalculator.java40 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported()
DFlashlightPowerCalculator.java38 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported()
DAudioPowerCalculator.java47 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported()
DVideoPowerCalculator.java44 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported()
DIdlePowerCalculator.java46 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported()
DCustomMeasuredPowerCalculator.java40 public boolean isPowerComponentSupported(int powerComponent) { in isPowerComponentSupported()
DPowerCalculator.java40 public abstract boolean isPowerComponentSupported( in isPowerComponentSupported()
DMemoryPowerCalculator.java23 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported()
DAmbientDisplayPowerCalculator.java33 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported()
DSystemServicePowerCalculator.java62 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported()
DSensorPowerCalculator.java42 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported()
DGnssPowerCalculator.java44 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported()
DWakelockPowerCalculator.java44 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported()
DBluetoothPowerCalculator.java64 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported()
DMobileRadioPowerCalculator.java86 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported()
DScreenPowerCalculator.java66 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported()
DCpuPowerCalculator.java94 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported()
DWifiPowerCalculator.java82 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported()
/frameworks/base/core/java/android/os/
DBatteryConsumer.java208 public final @PowerComponent int powerComponent; field in BatteryConsumer.Dimensions
211 public Dimensions(int powerComponent, int processState) { in Dimensions()
253 public final @PowerComponent int powerComponent; field in BatteryConsumer.Key
261 private Key(int powerComponent, int processState, int powerModelColumnIndex, in Key()
DBatteryStats.java8701 private boolean shouldHidePowerComponent(int powerComponent) { in shouldHidePowerComponent()