Searched refs:getConsumedPowerForCustomComponent (Results 1 – 7 of 7) sorted by relevance
65 assertThat(uid.getConsumedPowerForCustomComponent( in testMeasuredEnergyCopiedIntoBatteryConsumers()68 assertThat(uid.getConsumedPowerForCustomComponent( in testMeasuredEnergyCopiedIntoBatteryConsumers()73 assertThat(deviceBatteryConsumer.getConsumedPowerForCustomComponent( in testMeasuredEnergyCopiedIntoBatteryConsumers()76 assertThat(deviceBatteryConsumer.getConsumedPowerForCustomComponent( in testMeasuredEnergyCopiedIntoBatteryConsumers()81 assertThat(appsBatteryConsumer.getConsumedPowerForCustomComponent( in testMeasuredEnergyCopiedIntoBatteryConsumers()84 assertThat(appsBatteryConsumer.getConsumedPowerForCustomComponent( in testMeasuredEnergyCopiedIntoBatteryConsumers()
523 assertThat(uidBatteryConsumer.getConsumedPowerForCustomComponent( in assertUidBatteryConsumer()609 assertThat(userBatteryConsumer.getConsumedPowerForCustomComponent( in assertUserBatteryConsumer()628 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()
94 public double getConsumedPowerForCustomComponent(int componentId) { in getConsumedPowerForCustomComponent() method in PowerComponents188 getConsumedPowerForCustomComponent(customComponentId); in dump()252 convertMahToDeciCoulombs(getConsumedPowerForCustomComponent(componentId)); in writeStatsProtoImpl()365 final double powerMah = getConsumedPowerForCustomComponent(componentId); in writeToXml()
404 public double getConsumedPowerForCustomComponent(int componentId) { in getConsumedPowerForCustomComponent() method in BatteryConsumer405 return mPowerComponents.getConsumedPowerForCustomComponent(componentId); in getConsumedPowerForCustomComponent()
598 deviceConsumer.getConsumedPowerForCustomComponent(componentId); in dump()600 appsConsumer.getConsumedPowerForCustomComponent(componentId); in dump()
138 convertMahToDc(consumer.getConsumedPowerForCustomComponent(componentId)), in assertSameBatteryConsumer()