Searched refs:metricTitle (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/tests/batterystatstests/BatteryStatsViewer/src/com/android/frameworks/core/batterystatsviewer/ |
D | BatteryConsumerData.java | 127 final String metricTitle = getPowerMetricTitle(component); in populateForUidBatteryConsumer() local 131 addEntry(metricTitle, EntryType.UID_POWER_PROFILE, in populateForUidBatteryConsumer() 134 addProcessStateEntries(metricTitle, EntryType.UID_POWER_PROFILE_PROCESS_STATE, in populateForUidBatteryConsumer() 137 addEntry(metricTitle + " (PowerStats)", EntryType.UID_POWER_ENERGY_CONSUMPTION, in populateForUidBatteryConsumer() 140 addProcessStateEntries(metricTitle, EntryType.UID_POWER_ENERGY_PROCESS_STATE, in populateForUidBatteryConsumer() 142 addEntry(metricTitle + " (PowerProfile)", EntryType.UID_POWER_PROFILE, in populateForUidBatteryConsumer() 145 addProcessStateEntries(metricTitle, EntryType.UID_POWER_PROFILE_PROCESS_STATE, 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 [all …]
|