Searched refs:mModuleRetryTime (Results 1 – 1 of 1) sorted by relevance
68 private Map<String, Long> mModuleRetryTime = new LinkedHashMap<>(); field in SuiteResultReporter164 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()