Home
last modified time | relevance | path

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

/platform_testing/libraries/device-collectors/src/main/java/android/device/loggers/
DTestLogData.java73 Description.createTestDescription("LOGS", "LOGS", new LogAnnotation(mLogs))); in after()
77 static class LogAnnotation implements Annotation { class in TestLogData
81 public LogAnnotation(List<LogHolder> logs) { in LogAnnotation() method in TestLogData.LogAnnotation
95 if (!(other instanceof LogAnnotation)) { in equals()
98 LogAnnotation o = (LogAnnotation) other; in equals()
DLogFileLogger.java36 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()