Home
last modified time | relevance | path

Searched defs:powerProfile (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DPhonePowerCalculator.java34 public PhonePowerCalculator(PowerProfile powerProfile) { in PhonePowerCalculator()
DAudioPowerCalculator.java41 public AudioPowerCalculator(PowerProfile powerProfile) { in AudioPowerCalculator()
DVideoPowerCalculator.java38 public VideoPowerCalculator(PowerProfile powerProfile) { in VideoPowerCalculator()
DAmbientDisplayPowerCalculator.java34 public AmbientDisplayPowerCalculator(PowerProfile powerProfile) { in AmbientDisplayPowerCalculator()
DIdlePowerCalculator.java40 public IdlePowerCalculator(PowerProfile powerProfile) { in IdlePowerCalculator()
DCustomMeasuredPowerCalculator.java31 public CustomMeasuredPowerCalculator(PowerProfile powerProfile) { in CustomMeasuredPowerCalculator()
DSystemServicePowerCalculator.java45 public SystemServicePowerCalculator(PowerProfile powerProfile) { in SystemServicePowerCalculator()
DScreenPowerCalculator.java52 public ScreenPowerCalculator(PowerProfile powerProfile) { in ScreenPowerCalculator()
DKernelCpuUidTimeReader.java390 public long[] readFreqs(@NonNull PowerProfile powerProfile) { in readFreqs()
/frameworks/base/core/java/android/os/connectivity/
DWifiActivityEnergyInfo.java112 PowerProfile powerProfile = new PowerProfile(context); in calculateEnergyMicroJoules() local
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DMockBatteryStatsImpl.java113 public MockBatteryStatsImpl setPowerProfile(PowerProfile powerProfile) { in setPowerProfile()