Home
last modified time | relevance | path

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

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