Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/suite/
DSuiteResultReporter.java68 private Map<String, Long> mModuleRetryTime = new LinkedHashMap<>(); field in SuiteResultReporter
164 mModuleRetryTime.put(moduleResult.getName(), Long.parseLong(retryTime)); in invocationEnded()
334 if (mModuleRetryTime.get(t) == 0L) { in printModuleRetriesInformation()
346 TimeUtil.formatElapsedTime(mModuleRetryTime.get(t)))); in printModuleRetriesInformation()