Searched refs:getMandatoryAttribute (Results 1 – 1 of 1) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | MetricsXmlParser.java | 85 String testCount = getMandatoryAttribute(name, "tests", attributes); in startElement() 87 mMetrics.addRunMetric(TIME_TAG, getMandatoryAttribute(name, TIME_TAG, attributes)); in startElement() 91 String testClassName = getMandatoryAttribute(name, "classname", attributes); in startElement() 92 String methodName = getMandatoryAttribute(name, "testname", attributes); in startElement() 96 String metricName = getMandatoryAttribute(name, "name", attributes); in startElement() 97 String metricValue = getMandatoryAttribute(name, "value", attributes); in startElement() 103 String metricName = getMandatoryAttribute(name, "name", attributes); in startElement() 104 String metricValue = getMandatoryAttribute(name, "value", attributes); in startElement() 111 private String getMandatoryAttribute(String tagName, String attrName, Attributes attributes) in getMandatoryAttribute() method in MetricsXmlParser.MetricsXmlHandler
|