Searched defs:powerProfile (Results 1 – 11 of 11) sorted by relevance
32 public PhonePowerCalculator(PowerProfile powerProfile) { in PhonePowerCalculator()
43 public AudioPowerCalculator(PowerProfile powerProfile) { in AudioPowerCalculator()
40 public VideoPowerCalculator(PowerProfile powerProfile) { in VideoPowerCalculator()
38 public IdlePowerCalculator(PowerProfile powerProfile) { in IdlePowerCalculator()
38 public CustomEnergyConsumerPowerCalculator(PowerProfile powerProfile) { in CustomEnergyConsumerPowerCalculator()
39 public AmbientDisplayPowerCalculator(PowerProfile powerProfile) { in AmbientDisplayPowerCalculator()
44 public SystemServicePowerCalculator(PowerProfile powerProfile) { in SystemServicePowerCalculator()
53 public ScreenPowerCalculator(PowerProfile powerProfile) { in ScreenPowerCalculator()
112 PowerProfile powerProfile = new PowerProfile(context); in calculateEnergyMicroJoules() local
138 public MockBatteryStatsImpl setPowerProfile(PowerProfile powerProfile) { in setPowerProfile()
406 public long[] readFreqs(@NonNull PowerProfile powerProfile) { in readFreqs()