Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DConsoleResultReporterTest.java43 assertEquals("No test results\n", reporter.getInvocationSummary()); in testGetInvocationSummary_empty()
64 reporter.getInvocationSummary()); in testGetInvocationSummary_test_run_metrics()
91 assertTrue(reporter.getInvocationSummary().matches(expected.toString())); in testGetInvocationSummary_test_metrics()
111 reporter.getInvocationSummary()); in testGetInvocationSummary_logs()
234 assertTrue(reporter.getInvocationSummary().matches(expected.toString())); in testGetInvocationSummary_all()
/tools/tradefederation/core/src/com/android/tradefed/result/
DConsoleResultReporter.java51 Log.logAndDisplay(LogLevel.INFO, LOG_TAG, getInvocationSummary()); in invocationEnded()
66 String getInvocationSummary() { in getInvocationSummary() method in ConsoleResultReporter
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/reporter/
DGameQualificationResultReporter.java109 String summary = getInvocationSummary(); in invocationEnded()
126 private String getInvocationSummary() { in getInvocationSummary() method in GameQualificationResultReporter