Home
last modified time | relevance | path

Searched refs:getCustomPowerComponentCount (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/tests/batterystatstests/BatteryStatsViewer/src/com/android/frameworks/core/batterystatsviewer/
H A DBatteryConsumerData.java99 requestedBatteryConsumer.getCustomPowerComponentCount(); in populateForUidBatteryConsumer()
257 deviceBatteryConsumer.getCustomPowerComponentCount(); in populateForAggregateBatteryConsumer()
336 final int customComponentCount = consumer.getCustomPowerComponentCount(); in computeTotalPowerForCustomComponent()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DBatteryUsageStatsTest.java530 assertThat(uidBatteryConsumer.getCustomPowerComponentCount()).isEqualTo(1); in assertUidBatteryConsumer()
616 assertThat(userBatteryConsumer.getCustomPowerComponentCount()).isEqualTo(1); in assertUserBatteryConsumer()
635 assertThat(appsBatteryConsumer.getCustomPowerComponentCount()).isEqualTo(1); in assertAggregateBatteryConsumer()
/aosp14/frameworks/base/core/java/android/os/
H A DBatteryConsumer.java408 public int getCustomPowerComponentCount() { in getCustomPowerComponentCount() method in BatteryConsumer