Searched defs:logs (Results 1 – 6 of 6) 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
99 protected List<File> filterFiles(Map<String, LogFile> logs) { in filterFiles()
81 public LogAnnotation(List<LogHolder> logs) { in LogAnnotation()
347 private val logs = mutableListOf<String>() in log() constant in android.platform.uiautomator_helpers.WaitUtils.LoggerImpl