Searched defs:logs (Results 1 – 5 of 5) sorted by relevance
34 @Rule public TestLogData logs = new TestLogData(); field in StubInstrumentationAnnotatedTest
66 ArrayList<String> logs = helper.getTimingLogs(is); in testGetTimingLogs() local98 ArrayList<String> logs = in testGetMetrics() local
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
81 public LogAnnotation(List<LogHolder> logs) { in LogAnnotation()
287 private val logs = mutableListOf<String>() in log() constant in android.platform.uiautomator_helpers.WaitUtils.LoggerImpl