Searched refs:POWER_COMPONENT_AMBIENT_DISPLAY (Results 1 – 8 of 8) sorted by relevance
70 assertThat(consumer.getUsageDurationMillis(BatteryConsumer.POWER_COMPONENT_AMBIENT_DISPLAY)) in testMeasuredEnergyBasedModel()73 assertThat(consumer.getConsumedPower(BatteryConsumer.POWER_COMPONENT_AMBIENT_DISPLAY)) in testMeasuredEnergyBasedModel()75 assertThat(consumer.getPowerModel(BatteryConsumer.POWER_COMPONENT_AMBIENT_DISPLAY)) in testMeasuredEnergyBasedModel()130 assertThat(consumer.getUsageDurationMillis(BatteryConsumer.POWER_COMPONENT_AMBIENT_DISPLAY)) in testMeasuredEnergyBasedModel_multiDisplay()134 assertThat(consumer.getConsumedPower(BatteryConsumer.POWER_COMPONENT_AMBIENT_DISPLAY)) in testMeasuredEnergyBasedModel_multiDisplay()136 assertThat(consumer.getPowerModel(BatteryConsumer.POWER_COMPONENT_AMBIENT_DISPLAY)) in testMeasuredEnergyBasedModel_multiDisplay()155 assertThat(consumer.getUsageDurationMillis(BatteryConsumer.POWER_COMPONENT_AMBIENT_DISPLAY)) in testPowerProfileBasedModel()157 assertThat(consumer.getConsumedPower(BatteryConsumer.POWER_COMPONENT_AMBIENT_DISPLAY)) in testPowerProfileBasedModel()159 assertThat(consumer.getPowerModel(BatteryConsumer.POWER_COMPONENT_AMBIENT_DISPLAY)) in testPowerProfileBasedModel()189 assertThat(consumer.getConsumedPower(BatteryConsumer.POWER_COMPONENT_AMBIENT_DISPLAY)) in testPowerProfileBasedModel_multiDisplay()[all …]
82 public static final int POWER_COMPONENT_AMBIENT_DISPLAY = field in BatteryConsumer83 OsProtoEnums.POWER_COMPONENT_AMBIENT_DISPLAY; // 15115 sPowerComponentNames[POWER_COMPONENT_AMBIENT_DISPLAY] = "ambient_display";
60 .setUsageDurationMillis(BatteryConsumer.POWER_COMPONENT_AMBIENT_DISPLAY, durationMs) in calculate()61 .setConsumedPower(BatteryConsumer.POWER_COMPONENT_AMBIENT_DISPLAY, in calculate()
159 BatteryConsumer.POWER_COMPONENT_AMBIENT_DISPLAY, 200, 100, 1000); in batteryEntryForAOD_containCorrectInfo()283 assertNameAndIcon(BatteryConsumer.POWER_COMPONENT_AMBIENT_DISPLAY, in getNameAndIconFromPowerComponent_rerturnExpectedNameAndIcon()
132 Integer.valueOf(BatteryConsumer.POWER_COMPONENT_AMBIENT_DISPLAY)); in testLoadLabelAndIcon_forSystemBattery_returnExpectedResult()
75 POWER_COMPONENT_AMBIENT_DISPLAY = 15; enumerator
481 BatteryConsumer.POWER_COMPONENT_AMBIENT_DISPLAY, in getFakeStats()
590 case BatteryConsumer.POWER_COMPONENT_AMBIENT_DISPLAY: in getNameAndIconFromPowerComponent()