Searched refs:LogAnnotation (Results 1 – 2 of 2) sorted by relevance
19 import com.android.tradefed.testtype.DeviceJUnit4ClassRunner.LogAnnotation;97 if (a instanceof LogAnnotation) { in testFinished()99 for (LogHolder log : ((LogAnnotation) a).mLogs) { in testFinished()103 ((LogAnnotation) a).mLogs.clear(); in testFinished()
316 Description.createTestDescription("LOGS", "LOGS", new LogAnnotation(mLogs))); in after()321 public static class LogAnnotation implements Annotation { class in DeviceJUnit4ClassRunner325 public LogAnnotation(List<LogHolder> logs) { in LogAnnotation() method in DeviceJUnit4ClassRunner.LogAnnotation