Home
last modified time | relevance | path

Searched defs:annotationsList (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DTestFilterHelper.java176 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()
/tools/tradefederation/core/isolation/com/android/tradefed/isolation/
DIsolationFilter.java105 private boolean checkIncludeAnnotations(Collection<Annotation> annotationsList) { in checkIncludeAnnotations()
122 private boolean checkExcludeAnnotations(Collection<Annotation> annotationsList) { in checkExcludeAnnotations()
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/
DFlaggedApiTest.kt29 private val annotationsList = listOf(systemApiSource, flaggedApiSource, nonNullSource) in <lambda>() constant