Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DMetricsXmlParser.java66 private static final String TIME_TAG = "time"; field in MetricsXmlParser.MetricsXmlHandler
87 mMetrics.addRunMetric(TIME_TAG, getMandatoryAttribute(name, TIME_TAG, attributes)); in startElement()