Searched refs:handleAnnotation (Results 1 – 7 of 7) sorted by relevance
/tools/platform-compat/java/com/android/class2nonsdklist/ |
D | CovariantReturnTypeHandler.java | 51 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
|
D | UnsupportedAppUsageAnnotationHandler.java | 98 public void handleAnnotation(AnnotationEntry annotation, AnnotationContext context) { in handleAnnotation() method in UnsupportedAppUsageAnnotationHandler
|
/tools/platform-compat/java/com/android/annotationvisitor/ |
D | RepeatedAnnotationHandler.java | 45 public void handleAnnotation(AnnotationEntry annotation, AnnotationContext context) { in handleAnnotation() method in RepeatedAnnotationHandler 61 mWrappedHandler.handleAnnotation(aev.getAnnotationEntry(), context); in handleAnnotation()
|
D | AnnotationHandler.java | 31 protected abstract void handleAnnotation(AnnotationEntry annotation, AnnotationContext context); in handleAnnotation() method in AnnotationHandler
|
D | AnnotationVisitor.java | 89 mAnnotationHandlers.get(a.getAnnotationType()).handleAnnotation(a, context); in handleAnnotations()
|
/tools/platform-compat/javatest/com/android/annotationvisitor/ |
D | RepeatedAnnotationHandlerTest.java | 88 protected void handleAnnotation(AnnotationEntry annotation, in handleAnnotation() method in RepeatedAnnotationHandlerTest.TestAnnotationHandler
|
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/doc/ |
D | DocAnalyzer.kt | 116 handleAnnotation(annotation, item, depth = 0) in <lambda>() 172 private fun handleAnnotation( in <lambda>() method 224 handleAnnotation(nested, item, depth + 1, visitedClasses) in <lambda>()
|