Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/suite/
DSuiteResultReporter.java66 private Map<String, Long> mModuleRetryFail = new LinkedHashMap<>(); field in SuiteResultReporter
159 mModuleRetryFail.put(moduleResult.getName(), Long.parseLong(retryFailure)); in invocationEnded()
345 mModuleRetryFail.get(t), in printModuleRetriesInformation()