Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/suite/
DSuiteResultReporter.java64 private Map<String, Long> mModuleRetrySuccess = new LinkedHashMap<>(); field in SuiteResultReporter
153 mModuleRetrySuccess.put(moduleResult.getName(), Long.parseLong(retrySuccess)); in invocationEnded()
329 if (mModuleRetrySuccess.isEmpty() || mTotalRetryTime == 0L) { in printModuleRetriesInformation()
333 for (String t : mModuleRetrySuccess.keySet()) { in printModuleRetriesInformation()
344 mModuleRetrySuccess.get(t), in printModuleRetriesInformation()