Home
last modified time | relevance | path

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

/dalvik/dexgen/src/com/android/dexgen/rop/annotation/
DAnnotations.java103 Annotations otherAnnotations = (Annotations) other; in equals() local
105 return annotations.equals(otherAnnotations.annotations); in equals()
/dalvik/dx/src/com/android/dx/rop/annotation/
DAnnotations.java102 Annotations otherAnnotations = (Annotations) other; in equals() local
104 return annotations.equals(otherAnnotations.annotations); in equals()