Home
last modified time | relevance | path

Searched refs:isPowerComponentSupported (Results 1 – 23 of 23) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DUserPowerCalculatorTest.java131 public boolean isPowerComponentSupported( in isPowerComponentSupported() method in UserPowerCalculatorTest.FakeAudioPowerCalculator
147 public boolean isPowerComponentSupported( in isPowerComponentSupported() method in UserPowerCalculatorTest.FakeVideoPowerCalculator
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DPhonePowerCalculator.java38 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in PhonePowerCalculator
H A DUserPowerCalculator.java36 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in UserPowerCalculator
H A DBatteryChargeCalculator.java30 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in BatteryChargeCalculator
H A DPowerCalculator.java38 public abstract boolean isPowerComponentSupported( in isPowerComponentSupported() method in PowerCalculator
H A DFlashlightPowerCalculator.java40 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in FlashlightPowerCalculator
H A DIdlePowerCalculator.java48 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in IdlePowerCalculator
H A DAmbientDisplayPowerCalculator.java35 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in AmbientDisplayPowerCalculator
H A DAudioPowerCalculator.java49 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in AudioPowerCalculator
H A DCameraPowerCalculator.java42 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in CameraPowerCalculator
H A DMemoryPowerCalculator.java41 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in MemoryPowerCalculator
H A DVideoPowerCalculator.java46 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in VideoPowerCalculator
H A DCustomEnergyConsumerPowerCalculator.java42 public boolean isPowerComponentSupported(int powerComponent) { in isPowerComponentSupported() method in CustomEnergyConsumerPowerCalculator
H A DSensorPowerCalculator.java42 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in SensorPowerCalculator
H A DSystemServicePowerCalculator.java64 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in SystemServicePowerCalculator
H A DGnssPowerCalculator.java46 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in GnssPowerCalculator
H A DWakelockPowerCalculator.java46 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in WakelockPowerCalculator
H A DBluetoothPowerCalculator.java66 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in BluetoothPowerCalculator
H A DScreenPowerCalculator.java67 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in ScreenPowerCalculator
H A DCpuPowerCalculator.java96 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in CpuPowerCalculator
H A DWifiPowerCalculator.java84 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in WifiPowerCalculator
H A DBatteryUsageStatsProvider.java200 if (powerCalculator.isPowerComponentSupported(powerComponents[j])) { in getCurrentBatteryUsageStats()
H A DMobileRadioPowerCalculator.java121 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in MobileRadioPowerCalculator