Home
last modified time | relevance | path

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

/art/tools/class2greylist/src/com/android/class2greylist/
DAnnotatedClassContext.java27 public class AnnotatedClassContext extends AnnotationContext { class
31 public AnnotatedClassContext( in AnnotatedClassContext() method in AnnotatedClassContext
DUnsupportedAppUsageAnnotationHandler.java128 if (context instanceof AnnotatedClassContext) { in handleAnnotation()
146 if (context instanceof AnnotatedClassContext && implicitMemberSignature == null) { in handleAnnotation()
DAnnotationVisitor.java58 AnnotationContext context = new AnnotatedClassContext(mStatus, mClass, "L%s;"); in visit()
DCovariantReturnTypeHandler.java46 if (context instanceof AnnotatedClassContext) { in handleAnnotation()