Home
last modified time | relevance | path

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

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