Searched refs:streamItemPhotoEntry (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/util/
H A DStreamItemPhotoEntry.java89 public int compareTo(StreamItemPhotoEntry streamItemPhotoEntry) { argument
93 if (mSortIndex == streamItemPhotoEntry.mSortIndex) {
95 return mId == streamItemPhotoEntry.mId ? 0
96 : mId < streamItemPhotoEntry.mId ? -1 : 1;
104 if (streamItemPhotoEntry.mSortIndex == -1) {
107 return mSortIndex == streamItemPhotoEntry.mSortIndex ? 0
108 : mSortIndex < streamItemPhotoEntry.mSortIndex ? -1 : 1;

Completed in 68 milliseconds