Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/tests/src/com/android/regression/tests/
DMetricsXmlParserTest.java124 Map<String, String> testMetrics0 = new HashMap<>(); in testParse() local
125 testMetrics0.put("metric1", "1.1"); in testParse()
126 mResultReporter.testEnded(testId0, TfMetricProtoUtil.upgradeConvert(testMetrics0)); in testParse()
159 Map<String, String> testMetrics0 = new HashMap<>(); in testParseBlacklist() local
160 testMetrics0.put("metric1", "1.1"); in testParseBlacklist()
161 mResultReporter.testEnded(testId0, TfMetricProtoUtil.upgradeConvert(testMetrics0)); in testParseBlacklist()