/frameworks/base/services/core/java/com/android/server/power/stats/ |
D | PhonePowerCalculator.java | 38 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in PhonePowerCalculator
|
D | UserPowerCalculator.java | 36 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in UserPowerCalculator
|
D | PowerCalculator.java | 38 public abstract boolean isPowerComponentSupported( in isPowerComponentSupported() method in PowerCalculator
|
D | BatteryChargeCalculator.java | 30 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in BatteryChargeCalculator
|
D | FlashlightPowerCalculator.java | 40 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in FlashlightPowerCalculator
|
D | IdlePowerCalculator.java | 48 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in IdlePowerCalculator
|
D | MemoryPowerCalculator.java | 41 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in MemoryPowerCalculator
|
D | AudioPowerCalculator.java | 49 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in AudioPowerCalculator
|
D | CameraPowerCalculator.java | 42 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in CameraPowerCalculator
|
D | AmbientDisplayPowerCalculator.java | 35 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in AmbientDisplayPowerCalculator
|
D | VideoPowerCalculator.java | 46 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in VideoPowerCalculator
|
D | CustomEnergyConsumerPowerCalculator.java | 42 public boolean isPowerComponentSupported(int powerComponent) { in isPowerComponentSupported() method in CustomEnergyConsumerPowerCalculator
|
D | SystemServicePowerCalculator.java | 61 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in SystemServicePowerCalculator
|
D | SensorPowerCalculator.java | 42 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in SensorPowerCalculator
|
D | GnssPowerCalculator.java | 46 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in GnssPowerCalculator
|
D | WakelockPowerCalculator.java | 46 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in WakelockPowerCalculator
|
D | BluetoothPowerCalculator.java | 66 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in BluetoothPowerCalculator
|
D | ScreenPowerCalculator.java | 67 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in ScreenPowerCalculator
|
D | WifiPowerCalculator.java | 84 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in WifiPowerCalculator
|
D | CpuPowerCalculator.java | 98 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in CpuPowerCalculator
|
D | BatteryUsageStatsProvider.java | 228 if (powerCalculator.isPowerComponentSupported(powerComponent)) { in getCurrentBatteryUsageStats()
|
D | MobileRadioPowerCalculator.java | 121 public boolean isPowerComponentSupported(@BatteryConsumer.PowerComponent int powerComponent) { in isPowerComponentSupported() method in MobileRadioPowerCalculator
|
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/ |
D | UserPowerCalculatorTest.java | 137 public boolean isPowerComponentSupported( in isPowerComponentSupported() method in UserPowerCalculatorTest.FakeAudioPowerCalculator 153 public boolean isPowerComponentSupported( in isPowerComponentSupported() method in UserPowerCalculatorTest.FakeVideoPowerCalculator
|