Searched refs:mLogs (Results 1 – 2 of 2) sorted by relevance
54 private List<LogHolder> mLogs = new ArrayList<>(); field in TestLogData63 mLogs.add(new LogHolder(dataName, logFile)); in addTestLog()73 Description.createTestDescription("LOGS", "LOGS", new LogAnnotation(mLogs))); in after()79 public List<LogHolder> mLogs = new ArrayList<>(); field in TestLogData.LogAnnotation82 mLogs.addAll(logs); in LogAnnotation()99 return Objects.equals(mLogs, o.mLogs); in equals()104 return Objects.hashCode(mLogs); in hashCode()
38 for (TestLogData.LogHolder log : ((TestLogData.LogAnnotation) a).mLogs) { in onTestEnd()42 ((TestLogData.LogAnnotation) a).mLogs.clear(); in onTestEnd()