Searched defs:logs (Results 1 – 3 of 3) sorted by relevance
34 @Rule public TestLogData logs = new TestLogData(); field in StubInstrumentationAnnotatedTest
46 Queue<LogMaker> logs = findMatchingLogs(queue, in assertHasActionLog() local66 Queue<LogMaker> logs = findMatchingLogs(queue, in assertHasVisibilityLog() local84 LinkedList<LogMaker> logs = new LinkedList<>(); in findMatchingLogs() local
80 public LogAnnotation(List<LogHolder> logs) { in LogAnnotation()