Searched defs:annotationsList (Results 1 – 3 of 3) sorted by relevance
176 private boolean shouldTestRun(Collection<Annotation> annotationsList) { in shouldTestRun()183 private boolean isExcluded(Collection<Annotation> annotationsList) { in isExcluded()195 private boolean isIncluded(Collection<Annotation> annotationsList) { in isIncluded()
105 private boolean checkIncludeAnnotations(Collection<Annotation> annotationsList) { in checkIncludeAnnotations()122 private boolean checkExcludeAnnotations(Collection<Annotation> annotationsList) { in checkExcludeAnnotations()
29 private val annotationsList = listOf(systemApiSource, flaggedApiSource, nonNullSource) in <lambda>() constant