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

/packages/apps/Gallery2/src/com/android/gallery3d/ingest/
H A DSimpleDate.java25 public class SimpleDate implements Comparable<SimpleDate> { class in inherits:Comparable
32 public SimpleDate() { method in class:SimpleDate
35 public SimpleDate(long timestamp) { method in class:SimpleDate
69 if (!(obj instanceof SimpleDate))
71 SimpleDate other = (SimpleDate) obj;
82 public int compareTo(SimpleDate other) {

Completed in 36 milliseconds