Searched refs:LogAnnotation (Results 1 – 2 of 2) sorted by relevance
73 Description.createTestDescription("LOGS", "LOGS", new LogAnnotation(mLogs))); in after()77 static class LogAnnotation implements Annotation { class in TestLogData81 public LogAnnotation(List<LogHolder> logs) { in LogAnnotation() method in TestLogData.LogAnnotation95 if (!(other instanceof LogAnnotation)) { in equals()98 LogAnnotation o = (LogAnnotation) other; in equals()
36 if (a instanceof TestLogData.LogAnnotation) { in onTestEnd()38 for (TestLogData.LogHolder log : ((TestLogData.LogAnnotation) a).mLogs) { in onTestEnd()42 ((TestLogData.LogAnnotation) a).mLogs.clear(); in onTestEnd()