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.java69 private Map<String, Long> mModuleRetryTime = new LinkedHashMap<>(); field in SuiteResultReporter
169 mModuleRetryTime.put(moduleResult.getName(), Long.parseLong(retryTime)); in invocationEnded()
345 if (mModuleRetryTime.get(t) == 0L) { in printModuleRetriesInformation()
357 TimeUtil.formatElapsedTime(mModuleRetryTime.get(t)))); in printModuleRetriesInformation()