Searched refs:annotationsList (Results 1 – 3 of 3) sorted by relevance
176 private boolean shouldTestRun(Collection<Annotation> annotationsList) { in shouldTestRun() argument177 if (isExcluded(annotationsList)) { in shouldTestRun()180 return isIncluded(annotationsList); in shouldTestRun()183 private boolean isExcluded(Collection<Annotation> annotationsList) { in isExcluded() argument185 for (Annotation a : annotationsList) { in isExcluded()195 private boolean isIncluded(Collection<Annotation> annotationsList) { in isIncluded() argument199 for (Annotation a : annotationsList) { in isIncluded()
105 private boolean checkIncludeAnnotations(Collection<Annotation> annotationsList) { in checkIncludeAnnotations() argument109 for (Annotation a : annotationsList) { in checkIncludeAnnotations()122 private boolean checkExcludeAnnotations(Collection<Annotation> annotationsList) { in checkExcludeAnnotations() argument124 for (Annotation a : annotationsList) { in checkExcludeAnnotations()
29 private val annotationsList = listOf(systemApiSource, flaggedApiSource, nonNullSource) in <lambda>() constant259 addAll(annotationsList) in <lambda>()