Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/regression/tests/
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()