Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/batterystatstests/BatteryStatsViewer/src/com/android/frameworks/core/batterystatsviewer/
H A DBatteryConsumerData.java127 final String metricTitle = getPowerMetricTitle(component); in populateForUidBatteryConsumer() local
131 addEntry(metricTitle, EntryType.UID_POWER_PROFILE, in populateForUidBatteryConsumer()
142 addEntry(metricTitle + " (PowerProfile)", EntryType.UID_POWER_PROFILE, in populateForUidBatteryConsumer()
161 final String metricTitle = getTimeMetricTitle(component); in populateForUidBatteryConsumer() local
162 addEntry(metricTitle, EntryType.UID_DURATION, in populateForUidBatteryConsumer()
172 private void addProcessStateEntries(String metricTitle, EntryType entryType, in addProcessStateEntries() argument
197 addEntry(metricTitle + " \u2022 " + label, entryType, in addProcessStateEntries()
239 final String metricTitle = getPowerMetricTitle(component); in populateForAggregateBatteryConsumer() local
243 addEntry(metricTitle, EntryType.DEVICE_POWER_MODELED, in populateForAggregateBatteryConsumer()
269 final String metricTitle = getTimeMetricTitle(component); in populateForAggregateBatteryConsumer() local
[all …]