Searched refs:LogAnnotation (Results 1 – 2 of 2) sorted by relevance
25 import com.android.tradefed.testtype.DeviceJUnit4ClassRunner.LogAnnotation;120 if (a instanceof LogAnnotation) { in testFinished()122 for (LogHolder log : ((LogAnnotation) a).mLogs) { in testFinished()126 ((LogAnnotation) a).mLogs.clear(); in testFinished()
318 Description.createTestDescription("LOGS", "LOGS", new LogAnnotation(mLogs))); in after()323 public static class LogAnnotation implements Annotation { class in DeviceJUnit4ClassRunner327 public LogAnnotation(List<LogHolder> logs) { in LogAnnotation() method in DeviceJUnit4ClassRunner.LogAnnotation