Searched refs:XML_TAG_POWER_COMPONENTS (Results 1 – 5 of 5) sorted by relevance
329 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()
96 if (parser.getName().equals(BatteryUsageStats.XML_TAG_POWER_COMPONENTS)) { in createFromXml()
94 if (parser.getName().equals(BatteryUsageStats.XML_TAG_POWER_COMPONENTS)) { in parseXml()
191 if (parser.getName().equals(BatteryUsageStats.XML_TAG_POWER_COMPONENTS)) { in createFromXml()
93 static final String XML_TAG_POWER_COMPONENTS = "power_components"; field in BatteryUsageStats