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

/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
H A DIngestObjectInfo.java12 public class IngestObjectInfo implements Comparable<IngestObjectInfo> { class in inherits:Comparable
19 public IngestObjectInfo(MtpObjectInfo mtpObjectInfo) { method in class:IngestObjectInfo
26 public IngestObjectInfo(int handle, long dateCreated, int format, int compressedSize) { method in class:IngestObjectInfo
60 public int compareTo(IngestObjectInfo another) {
73 return "IngestObjectInfo [mHandle=" + mHandle + ", mDateCreated=" + mDateCreated
96 if (!(obj instanceof IngestObjectInfo)) {
99 IngestObjectInfo other = (IngestObjectInfo) obj;

Completed in 428 milliseconds