Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/dex/file/
DEncodedArrayItem.java74 EncodedArrayItem otherArray = (EncodedArrayItem) other; in compareTo0() local
76 return array.compareTo(otherArray.array); in compareTo0()
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DEncodedArrayItem.java83 EncodedArrayItem otherArray = (EncodedArrayItem) other; in compareTo0() local
85 return array.compareTo(otherArray.array); in compareTo0()