Home
last modified time | relevance | path

Searched refs:currentAnnotationType (Results 1 – 1 of 1) sorted by relevance

/platform_testing/libraries/flag-helpers/junit/src_base/android/platform/test/flag/junit/
DAnnotationsRetriever.java214 Class<? extends Annotation> currentAnnotationType = annotation.annotationType(); in getFlagsForAnnotation() local
215 if (currentAnnotationType.equals(annotationType)) { in getFlagsForAnnotation()
217 } else if (!KNOWN_UNRELATED_ANNOTATIONS.contains(currentAnnotationType) in getFlagsForAnnotation()
218 && !visitedAnnotations.contains(currentAnnotationType)) { in getFlagsForAnnotation()
220 visitedAnnotations.add(currentAnnotationType); in getFlagsForAnnotation()