Home
last modified time | relevance | path

Searched refs:LogAnnotation (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/
DJUnit4ResultForwarder.java25 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()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DDeviceJUnit4ClassRunner.java318 Description.createTestDescription("LOGS", "LOGS", new LogAnnotation(mLogs))); in after()
323 public static class LogAnnotation implements Annotation { class in DeviceJUnit4ClassRunner
327 public LogAnnotation(List<LogHolder> logs) { in LogAnnotation() method in DeviceJUnit4ClassRunner.LogAnnotation