Home
last modified time | relevance | path

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

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