Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/suite/
DSuiteResultReporter.java71 private Map<String, String> mFailedModule = new HashMap<>(); field in SuiteResultReporter
134 mFailedModule.put(moduleResult.getName(), moduleResult.getRunFailureMessage()); in invocationEnded()
190 if (!mFailedModule.isEmpty()) { in invocationEnded()
192 for (Entry<String, String> e : mFailedModule.entrySet()) { in invocationEnded()