Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/rop/annotation/
DAnnotation.java71 Annotation otherAnnotation = (Annotation) other; in equals() local
73 if (! (type.equals(otherAnnotation.type) in equals()
74 && (visibility == otherAnnotation.visibility))) { in equals()
78 return elements.equals(otherAnnotation.elements); in equals()
/dalvik/dexgen/src/com/android/dexgen/rop/annotation/
DAnnotation.java80 Annotation otherAnnotation = (Annotation) other; in equals() local
82 if (! (type.equals(otherAnnotation.type) in equals()
83 && (visibility == otherAnnotation.visibility))) { in equals()
87 return elements.equals(otherAnnotation.elements); in equals()
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DAnnotationItem.java133 AnnotationItem otherAnnotation = (AnnotationItem) other; in compareTo0() local
135 return annotation.compareTo(otherAnnotation.annotation); in compareTo0()
/dalvik/dx/src/com/android/dx/dex/file/
DAnnotationItem.java134 AnnotationItem otherAnnotation = (AnnotationItem) other; in compareTo0() local
136 return annotation.compareTo(otherAnnotation.annotation); in compareTo0()