Home
last modified time | relevance | path

Searched refs:handleAnnotation (Results 1 – 6 of 6) 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