Home
last modified time | relevance | path

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

/tools/platform-compat/java/com/android/class2nonsdklist/
DCovariantReturnTypeHandler.java51 public void handleAnnotation(AnnotationEntry annotation, AnnotationContext context) { in handleAnnotation() method in CovariantReturnTypeHandler
55 handleAnnotation(annotation, (AnnotatedMemberContext) context); in handleAnnotation()
58 private void handleAnnotation(AnnotationEntry annotation, AnnotatedMemberContext context) { in handleAnnotation() method in CovariantReturnTypeHandler
DUnsupportedAppUsageAnnotationHandler.java98 public void handleAnnotation(AnnotationEntry annotation, AnnotationContext context) { in handleAnnotation() method in UnsupportedAppUsageAnnotationHandler
/tools/platform-compat/java/com/android/annotationvisitor/
DRepeatedAnnotationHandler.java45 public void handleAnnotation(AnnotationEntry annotation, AnnotationContext context) { in handleAnnotation() method in RepeatedAnnotationHandler
61 mWrappedHandler.handleAnnotation(aev.getAnnotationEntry(), context); in handleAnnotation()
DAnnotationHandler.java31 protected abstract void handleAnnotation(AnnotationEntry annotation, AnnotationContext context); in handleAnnotation() method in AnnotationHandler
DAnnotationVisitor.java89 mAnnotationHandlers.get(a.getAnnotationType()).handleAnnotation(a, context); in handleAnnotations()
/tools/platform-compat/javatest/com/android/annotationvisitor/
DRepeatedAnnotationHandlerTest.java88 protected void handleAnnotation(AnnotationEntry annotation, in handleAnnotation() method in RepeatedAnnotationHandlerTest.TestAnnotationHandler
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/doc/
DDocAnalyzer.kt116 handleAnnotation(annotation, item, depth = 0) in <lambda>()
172 private fun handleAnnotation( in <lambda>() method
224 handleAnnotation(nested, item, depth + 1, visitedClasses) in <lambda>()