Searched refs:anotherItem (Results 1 – 1 of 1) sorted by relevance
227 public int compareTo(Item anotherItem) { in compareTo() argument228 if (mDateTaken > anotherItem.getDateTaken()) { in compareTo()230 } else if (mDateTaken < anotherItem.getDateTaken()) { in compareTo()233 return mId.compareTo(anotherItem.getId()); in compareTo()