Home
last modified time | relevance | path

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

/art/tools/class2greylist/src/com/android/class2greylist/
DCovariantReturnTypeHandler.java45 public void handleAnnotation(AnnotationEntry annotation, AnnotationContext context) { in handleAnnotation() method in CovariantReturnTypeHandler
49 handleAnnotation(annotation, (AnnotatedMemberContext) context); in handleAnnotation()
52 private void handleAnnotation(AnnotationEntry annotation, AnnotatedMemberContext context) { in handleAnnotation() method in CovariantReturnTypeHandler
DRepeatedAnnotationHandler.java28 public void handleAnnotation(AnnotationEntry annotation, AnnotationContext context) { in handleAnnotation() method in RepeatedAnnotationHandler
44 mWrappedHandler.handleAnnotation(aev.getAnnotationEntry(), context); in handleAnnotation()
DAnnotationHandler.java15 abstract void handleAnnotation(AnnotationEntry annotation, AnnotationContext context); in handleAnnotation() method in AnnotationHandler
DAnnotationVisitor.java89 mAnnotationHandlers.get(a.getAnnotationType()).handleAnnotation(a, context); in handleAnnotations()
DUnsupportedAppUsageAnnotationHandler.java87 public void handleAnnotation(AnnotationEntry annotation, AnnotationContext context) { in handleAnnotation() method in UnsupportedAppUsageAnnotationHandler
/art/tools/class2greylist/test/src/com/android/class2greylist/
DRepeatedAnnotationHandlerTest.java86 void handleAnnotation(AnnotationEntry annotation, in handleAnnotation() method in RepeatedAnnotationHandlerTest.TestAnnotationHandler