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/data/
SimpleDate.java 29 public class SimpleDate implements Comparable<SimpleDate> {
36 public SimpleDate() {
39 public SimpleDate(long timestamp) {
76 if (!(obj instanceof SimpleDate)) {
79 SimpleDate other = (SimpleDate) obj;
93 public int compareTo(SimpleDate other) {
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 

Completed in 81 milliseconds