Home
last modified time | relevance | path

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

/cts/hostsidetests/ui/src/android/ui/cts/
DTaskSwitchingTest.java133 public void testEnded(TestDescription test, Map<String, String> testMetrics) { in testEnded() argument
135 if (testMetrics.containsKey(RESULT_KEY)) { in testEnded()
137 mReport = ReportLog.parse(testMetrics.get(RESULT_KEY)); in testEnded()
142 super.testEnded(test, testMetrics); in testEnded()
/cts/tests/tests/text/src/android/text/cts/
DBoringLayout_MetricsTest.java33 public void testMetrics() { in testMetrics() method in BoringLayout_MetricsTest
/cts/tests/media/src/android/mediav2/cts/
DExtractorTest.java1023 public void testMetrics() throws IOException {