Searched refs:getConsumedPowerForCustomComponent (Results 1 – 7 of 7) sorted by relevance
71 assertThat(uid.getConsumedPowerForCustomComponent( in testMeasuredEnergyCopiedIntoBatteryConsumers()74 assertThat(uid.getConsumedPowerForCustomComponent( in testMeasuredEnergyCopiedIntoBatteryConsumers()79 assertThat(deviceBatteryConsumer.getConsumedPowerForCustomComponent( in testMeasuredEnergyCopiedIntoBatteryConsumers()82 assertThat(deviceBatteryConsumer.getConsumedPowerForCustomComponent( in testMeasuredEnergyCopiedIntoBatteryConsumers()87 assertThat(appsBatteryConsumer.getConsumedPowerForCustomComponent( in testMeasuredEnergyCopiedIntoBatteryConsumers()90 assertThat(appsBatteryConsumer.getConsumedPowerForCustomComponent( in testMeasuredEnergyCopiedIntoBatteryConsumers()
541 assertThat(uidBatteryConsumer.getConsumedPowerForCustomComponent( in assertUidBatteryConsumer()627 assertThat(userBatteryConsumer.getConsumedPowerForCustomComponent( in assertUserBatteryConsumer()646 assertThat(appsBatteryConsumer.getConsumedPowerForCustomComponent( in assertAggregateBatteryConsumer()
154 requestedBatteryConsumer.getConsumedPowerForCustomComponent( in populateForUidBatteryConsumer()262 deviceBatteryConsumer.getConsumedPowerForCustomComponent( in populateForAggregateBatteryConsumer()264 appsBatteryConsumer.getConsumedPowerForCustomComponent( in populateForAggregateBatteryConsumer()340 powerByComponentMah[component] += consumer.getConsumedPowerForCustomComponent( in computeTotalPowerForCustomComponent()
96 public double getConsumedPowerForCustomComponent(int componentId) { in getConsumedPowerForCustomComponent() method in PowerComponents190 getConsumedPowerForCustomComponent(customComponentId); in dump()254 convertMahToDeciCoulombs(getConsumedPowerForCustomComponent(componentId)); in writeStatsProtoImpl()367 final double powerMah = getConsumedPowerForCustomComponent(componentId); in writeToXml()
408 public double getConsumedPowerForCustomComponent(int componentId) { in getConsumedPowerForCustomComponent() method in BatteryConsumer409 return mPowerComponents.getConsumedPowerForCustomComponent(componentId); in getConsumedPowerForCustomComponent()
625 deviceConsumer.getConsumedPowerForCustomComponent(componentId); in dump()627 appsConsumer.getConsumedPowerForCustomComponent(componentId); in dump()
143 convertMahToDc(consumer.getConsumedPowerForCustomComponent(componentId)), in assertSameBatteryConsumer()