HomeSort by relevance Sort by last modified time
    Searched refs:LogAnnotation (Results 1 - 4 of 4) sorted by null

  /platform_testing/libraries/device-collectors/src/main/java/android/device/loggers/
LogFileLogger.java 36 if (a instanceof TestLogData.LogAnnotation) {
38 for (TestLogData.LogHolder log : ((TestLogData.LogAnnotation) a).mLogs) {
42 ((TestLogData.LogAnnotation) a).mLogs.clear();
TestLogData.java 72 Description.createTestDescription("LOGS", "LOGS", new LogAnnotation(mLogs)));
76 static class LogAnnotation implements Annotation {
80 public LogAnnotation(List<LogHolder> logs) {
  /tools/tradefederation/core/src/com/android/tradefed/result/
JUnit4ResultForwarder.java 19 import com.android.tradefed.testtype.DeviceJUnit4ClassRunner.LogAnnotation;
90 if (a instanceof LogAnnotation) {
92 for (LogHolder log : ((LogAnnotation) a).mLogs) {
96 ((LogAnnotation) a).mLogs.clear();
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
DeviceJUnit4ClassRunner.java 262 Description.createTestDescription("LOGS", "LOGS", new LogAnnotation(mLogs)));
267 public static class LogAnnotation implements Annotation {
271 public LogAnnotation(List<LogHolder> logs) {

Completed in 335 milliseconds