Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/data/model/
DItem.java227 public int compareTo(Item anotherItem) { in compareTo() argument
228 if (mDateTaken > anotherItem.getDateTaken()) { in compareTo()
230 } else if (mDateTaken < anotherItem.getDateTaken()) { in compareTo()
233 return mId.compareTo(anotherItem.getId()); in compareTo()