Home | History | Annotate | Download | only in dex

Lines Matching refs:ANNOTATION

336                         || Kind.ANNOTATION.equals(sigClass.getKind())) {
429 // read mapping to defaults from annotation
430 DexAnnotation annotation = getDefaultMappingsAnnotation(dexClass);
431 DexAnnotationAttribute dexAnnotationAttribute = annotation
887 DexEncodedAnnotation annotation =
890 String packageName = getPackageName(annotation.getTypeName());
891 String className = getClassName(annotation.getTypeName());
895 sigAnnotation.setElements(convertAnnotationElements(annotation