Searched refs:getMillisOf (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DDate.java933 return getMillisOf(this) < getMillisOf(when);
947 return getMillisOf(this) > getMillisOf(when);
973 static final long getMillisOf(Date date) { method in class:Date
993 long thisTime = getMillisOf(this);
994 long anotherTime = getMillisOf(anotherDate);
H A DCalendar.java1891 return compareTo(getMillisOf(that)) == 0 &&
1916 long t = getMillisOf(this);
1982 return compareTo(getMillisOf(anotherCalendar));
2596 long thisTime = getMillisOf(this);
2600 private static final long getMillisOf(Calendar calendar) { method in class:Calendar

Completed in 163 milliseconds