/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/ |
H A D | UserPowerCalculatorTest.java | 131 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 D | PhonePowerCalculator.java | 38 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in PhonePowerCalculator
|
H A D | UserPowerCalculator.java | 36 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in UserPowerCalculator
|
H A D | BatteryChargeCalculator.java | 30 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in BatteryChargeCalculator
|
H A D | PowerCalculator.java | 38 public abstract boolean isPowerComponentSupported( in isPowerComponentSupported() method in PowerCalculator
|
H A D | FlashlightPowerCalculator.java | 40 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in FlashlightPowerCalculator
|
H A D | IdlePowerCalculator.java | 48 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in IdlePowerCalculator
|
H A D | AmbientDisplayPowerCalculator.java | 35 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in AmbientDisplayPowerCalculator
|
H A D | AudioPowerCalculator.java | 49 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in AudioPowerCalculator
|
H A D | CameraPowerCalculator.java | 42 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in CameraPowerCalculator
|
H A D | MemoryPowerCalculator.java | 41 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in MemoryPowerCalculator
|
H A D | VideoPowerCalculator.java | 46 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in VideoPowerCalculator
|
H A D | CustomEnergyConsumerPowerCalculator.java | 42 public boolean isPowerComponentSupported(int powerComponent) { in isPowerComponentSupported() method in CustomEnergyConsumerPowerCalculator
|
H A D | SensorPowerCalculator.java | 42 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in SensorPowerCalculator
|
H A D | SystemServicePowerCalculator.java | 64 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in SystemServicePowerCalculator
|
H A D | GnssPowerCalculator.java | 46 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in GnssPowerCalculator
|
H A D | WakelockPowerCalculator.java | 46 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in WakelockPowerCalculator
|
H A D | BluetoothPowerCalculator.java | 66 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in BluetoothPowerCalculator
|
H A D | ScreenPowerCalculator.java | 67 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in ScreenPowerCalculator
|
H A D | CpuPowerCalculator.java | 96 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in CpuPowerCalculator
|
H A D | WifiPowerCalculator.java | 84 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in WifiPowerCalculator
|
H A D | BatteryUsageStatsProvider.java | 200 if (powerCalculator.isPowerComponentSupported(powerComponents[j])) { in getCurrentBatteryUsageStats()
|
H A D | MobileRadioPowerCalculator.java | 121 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in MobileRadioPowerCalculator
|