HomeSort by relevance Sort by last modified time
    Searched defs:SimpleDate (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/
SimpleDate.java 25 public class SimpleDate implements Comparable<SimpleDate> {
32 public SimpleDate() {
35 public SimpleDate(long timestamp) {
69 if (!(obj instanceof SimpleDate))
71 SimpleDate other = (SimpleDate) obj;
82 public int compareTo(SimpleDate other) {
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 

Completed in 49 milliseconds