Home
last modified time | relevance | path

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

/test/catbox/report/src/com/android/catbox/util/
DTestMetricsUtil.java80 public void storeTestMetrics(TestDescription testDescription, Map<String, Metric> testMetrics) { in storeTestMetrics() argument
81 if (testMetrics == null) { in storeTestMetrics()
101 HashMap<String, Metric> rawMetrics = getRawMetricsOnly(testMetrics); in storeTestMetrics()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DConsoleReporter.java134 public void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded() argument
DMetadataReporter.java129 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded() argument