Searched refs:mPreInvocationLogs (Results 1 – 1 of 1) sorted by relevance
144 private Map<LogFile, InputStreamSource> mPreInvocationLogs = new HashMap<>(); field in CertificationSuiteResultReporter195 mPreInvocationLogs.put( in testLog()314 for (LogFile earlyLog : mPreInvocationLogs.keySet()) { in initializeResultDirectories()315 try (InputStreamSource source = mPreInvocationLogs.get(earlyLog)) { in initializeResultDirectories()319 mPreInvocationLogs.clear(); in initializeResultDirectories()