Searched refs:logFile (Results 1 – 1 of 1) sorted by relevance
93 LogFile logFile) { in testLogSaved() argument94 super.testLogSaved(dataName, dataType, dataStream, logFile); in testLogSaved()95 mLogFiles.add(logFile); in testLogSaved()135 for (LogFile logFile : mLogFiles) { in getInvocationSummary()136 final String url = logFile.getUrl(); in getInvocationSummary()137 sb.append(String.format(" %s\n", url != null ? url : logFile.getPath())); in getInvocationSummary()215 LogFile logFile = createFunctionalTestFailureReport(); in getInvocationSummary() local217 sb.append(logFile.getPath()); in getInvocationSummary()