Searched defs:StreamItemPhotoEntry (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/util/
H A DStreamItemPhotoEntry.java28 public class StreamItemPhotoEntry implements Comparable<StreamItemPhotoEntry> { class in inherits:Comparable
37 public StreamItemPhotoEntry(long id, int sortIndex, long photoFileId, String photoUri, method in class:StreamItemPhotoEntry
48 public StreamItemPhotoEntry(Cursor cursor) { method in class:StreamItemPhotoEntry
89 public int compareTo(StreamItemPhotoEntry streamItemPhotoEntry) {

Completed in 61 milliseconds