Searched refs:LogHolder (Results 1 – 2 of 2) sorted by relevance
54 private List<LogHolder> mLogs = new ArrayList<>();63 mLogs.add(new LogHolder(dataName, logFile)); in addTestLog()79 public List<LogHolder> mLogs = new ArrayList<>();81 public LogAnnotation(List<LogHolder> logs) { in LogAnnotation()109 static class LogHolder { class in TestLogData113 public LogHolder(String dataName, File logFile) { in LogHolder() method in TestLogData.LogHolder123 if (!(other instanceof LogHolder)) { in equals()126 LogHolder o = (LogHolder) other; in equals()
38 for (TestLogData.LogHolder log : ((TestLogData.LogAnnotation) a).mLogs) { in onTestEnd()