Searched refs:encodedAnnotation (Results 1 - 1 of 1) sorted by relevance

/libcore/dex/src/main/java/com/android/dex/
H A DAnnotation.java27 private final EncodedValue encodedAnnotation; field in class:Annotation
29 public Annotation(Dex dex, byte visibility, EncodedValue encodedAnnotation) { argument
32 this.encodedAnnotation = encodedAnnotation;
40 return new EncodedValueReader(encodedAnnotation, ENCODED_ANNOTATION);
51 encodedAnnotation.writeTo(out);
55 return encodedAnnotation.compareTo(other.encodedAnnotation);

Completed in 87 milliseconds