Home
last modified time | relevance | path

Searched defs:metrics (Results 1 – 8 of 8) sorted by relevance

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DJarHostTest.java55 HashMap<String, Metric> metrics = hostListener.getNewMetrics(); in run() local
57 listener.testRunEnded(System.currentTimeMillis() - startTime, metrics); in run() local
87 public void testRunEnded(long elapsedTime, Map<String, String> metrics) { in testRunEnded() argument
96 public void testRunEnded(long elapsedTime, HashMap<String, Metric> metrics) { in testRunEnded()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DModuleListener.java82 public void testEnded(TestDescription test, HashMap<String, Metric> metrics) { in testEnded()
127 public void testRunEnded(long elapsedTime, HashMap<String, Metric> metrics) { in testRunEnded()
136 public void testRunEnded(long elapsedTime, Map<String, String> metrics) { in testRunEnded() argument
DMetadataReporter.java154 public void testRunEnded(long elapsedTime, Map<String, String> metrics) { in testRunEnded() argument
162 public void testRunEnded(long elapsedTime, HashMap<String, Metric> metrics) { in testRunEnded()
DConsoleReporter.java149 public void testRunEnded(long elapsedTime, Map<String, String> metrics) { in testRunEnded() argument
157 public void testRunEnded(long elapsedTime, HashMap<String, Metric> metrics) { in testRunEnded()
DResultReporter.java360 public void testEnded(TestDescription test, HashMap<String, Metric> metrics) { in testEnded()
422 public void testRunEnded(long elapsedTime, Map<String, String> metrics) { in testRunEnded() argument
430 public void testRunEnded(long elapsedTime, HashMap<String, Metric> metrics) { in testRunEnded()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DJarHostTestTest.java124 @Rule public TestMetrics metrics = new TestMetrics(); field in JarHostTestTest.Junit4TestClass2
231 Map<String, String> metrics = new HashMap<>(); in testJarHostMetrics() local
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DMediaPreparer.java461 public void testEnded(TestDescription test, HashMap<String, Metric> metrics) { in testEnded()
/test/framework/harnesses/cts-tradefed/
Dtradefed-cts-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF com/android/compatibility/common/ ...