Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DPowerComponents.java329 serializer.startTag(null, BatteryUsageStats.XML_TAG_POWER_COMPONENTS); in writeToXml()
382 serializer.endTag(null, BatteryUsageStats.XML_TAG_POWER_COMPONENTS); in writeToXml()
390 BatteryUsageStats.XML_TAG_POWER_COMPONENTS)) { in parseXml()
395 BatteryUsageStats.XML_TAG_POWER_COMPONENTS)) in parseXml()
H A DUserBatteryConsumer.java96 if (parser.getName().equals(BatteryUsageStats.XML_TAG_POWER_COMPONENTS)) { in createFromXml()
H A DAggregateBatteryConsumer.java94 if (parser.getName().equals(BatteryUsageStats.XML_TAG_POWER_COMPONENTS)) { in parseXml()
H A DUidBatteryConsumer.java191 if (parser.getName().equals(BatteryUsageStats.XML_TAG_POWER_COMPONENTS)) { in createFromXml()
H A DBatteryUsageStats.java93 static final String XML_TAG_POWER_COMPONENTS = "power_components"; field in BatteryUsageStats