Home
last modified time | relevance | path

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

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