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.java70 private Map<String, String> mFailedModule = new HashMap<>(); field in SuiteResultReporter
131 mFailedModule.put(moduleResult.getName(), moduleResult.getRunFailureMessage()); in invocationEnded()
182 if (!mFailedModule.isEmpty()) { in invocationEnded()
184 for (Entry<String, String> e : mFailedModule.entrySet()) { in invocationEnded()