Searched refs:mPreInvocationLogs (Results 1 – 1 of 1) sorted by relevance
161 private Map<LogFile, InputStreamSource> mPreInvocationLogs = new HashMap<>(); field in CertificationSuiteResultReporter212 mPreInvocationLogs.put( in testLog()332 for (LogFile earlyLog : mPreInvocationLogs.keySet()) { in initializeResultDirectories()333 try (InputStreamSource source = mPreInvocationLogs.get(earlyLog)) { in initializeResultDirectories()337 mPreInvocationLogs.clear(); in initializeResultDirectories()