Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
DUserPowerCalculatorTest.java131 public boolean isPowerComponentSupported( in isPowerComponentSupported()
147 public boolean isPowerComponentSupported( in isPowerComponentSupported()
/frameworks/base/services/core/java/com/android/server/power/stats/
DUserPowerCalculator.java36 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported()
DBatteryChargeCalculator.java30 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported()
DPhonePowerCalculator.java38 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported()
DFlashlightPowerCalculator.java40 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported()
DVideoPowerCalculator.java46 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported()
DAudioPowerCalculator.java49 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported()
DIdlePowerCalculator.java48 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported()
DCameraPowerCalculator.java42 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported()
DPowerCalculator.java38 public abstract boolean isPowerComponentSupported( in isPowerComponentSupported()
DCustomEnergyConsumerPowerCalculator.java42 public boolean isPowerComponentSupported(int powerComponent) { in isPowerComponentSupported()
DMemoryPowerCalculator.java41 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported()
DAmbientDisplayPowerCalculator.java35 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported()
DSystemServicePowerCalculator.java64 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported()
DSensorPowerCalculator.java42 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported()
DGnssPowerCalculator.java46 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported()
DWakelockPowerCalculator.java46 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported()
DBluetoothPowerCalculator.java66 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported()
DScreenPowerCalculator.java67 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported()
DWifiPowerCalculator.java84 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported()
DCpuPowerCalculator.java96 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported()
DMobileRadioPowerCalculator.java121 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.java8885 private boolean shouldHidePowerComponent(int powerComponent) { in shouldHidePowerComponent()
/frameworks/base/core/tests/batterystatstests/BatteryUsageStatsProtoTests/src/com/android/internal/os/
DBatteryUsageStatsPulledTest.java210 private void assertPowerComponentModel(int powerComponent, in assertPowerComponentModel()