Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DConsoleReporter.java84 logMessage("%s %s with %d test%s", (isRepeatModule) ? "Continuing" : "Starting", id, in testRunStarted()
142 logMessage(errorMessage); in testRunFailed()
160 logMessage("%s %s in %s. %d passed, %d failed, %d not executed", in testRunEnded()
174 logMessage("%s stopped (%s)", mModuleId, TimeUtil.formatElapsedTime(elapsedTime)); in testRunStopped()
188 private void logMessage(String format, Object... args) { in logMessage() method in ConsoleReporter