Home
last modified time | relevance | path

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

/cts/hostsidetests/ui/src/android/ui/cts/
DTaskSwitchingTest.java113 public void testEnded(TestIdentifier test, Map<String, String> testMetrics) { in testEnded() argument
115 if (testMetrics.containsKey(RESULT_KEY)) { in testEnded()
117 mReport = ReportLog.parse(testMetrics.get(RESULT_KEY)); in testEnded()
122 super.testEnded(test, testMetrics); in testEnded()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DCtsTestLogReporter.java122 public void testEnded(TestIdentifier test, Map<String, String> testMetrics) { in testEnded() argument
124 for (Map.Entry<String, String> metricsEntry : testMetrics.entrySet()) { in testEnded()
134 mCurrentPkgResult.reportTestEnded(test, testMetrics); in testEnded()
DTestPackageResult.java285 public void reportTestEnded(TestIdentifier test, Map<String, String> testMetrics) { in reportTestEnded() argument
294 mTestMetrics.put(test, testMetrics); in reportTestEnded()
295 CLog.i("Test metrics:" + testMetrics); in reportTestEnded()
DIssueReporter.java133 public void testEnded(TestIdentifier test, Map<String, String> testMetrics) { in testEnded() argument
DCtsXmlResultReporter.java319 public void testEnded(TestIdentifier test, Map<String, String> testMetrics) { in testEnded() argument
321 mCurrentPkgResult.reportTestEnded(test, testMetrics); in testEnded()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DResultFilter.java97 public void testEnded(TestIdentifier test, Map<String, String> testMetrics) { in testEnded() argument
99 super.testEnded(test, testMetrics); in testEnded()
/cts/tests/tests/text/src/android/text/cts/
DBoringLayout_MetricsTest.java24 public void testMetrics() { in testMetrics() method in BoringLayout_MetricsTest
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DApkInstrumentationPreparer.java60 protected ConcurrentHashMap<TestIdentifier, Map<String, String>> testMetrics = field in ApkInstrumentationPreparer
141 testMetrics.put(test, metrics); in testEnded()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
DNoOpTestInvocationListener.java100 public void testEnded(TestIdentifier test, Map<String, String> testMetrics) {} in testEnded() argument
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DConsoleReporter.java126 public void testEnded(TestIdentifier test, Map<String, String> testMetrics) { in testEnded() argument