Searched refs:otherEpochSec (Results 1 – 2 of 2) sorted by relevance
608 long otherEpochSec = other.toEpochSecond(); in isBefore() local609 return thisEpochSec < otherEpochSec || in isBefore()610 … (thisEpochSec == otherEpochSec && toLocalTime().getNano() < other.toLocalTime().getNano()); in isBefore()628 long otherEpochSec = other.toEpochSecond(); in isAfter() local629 return thisEpochSec > otherEpochSec || in isAfter()630 … (thisEpochSec == otherEpochSec && toLocalTime().getNano() > other.toLocalTime().getNano()); in isAfter()
1823 long otherEpochSec = other.toEpochSecond(); in isAfter() local1824 return thisEpochSec > otherEpochSec || in isAfter()1825 … (thisEpochSec == otherEpochSec && toLocalTime().getNano() > other.toLocalTime().getNano()); in isAfter()1840 long otherEpochSec = other.toEpochSecond(); in isBefore() local1841 return thisEpochSec < otherEpochSec || in isBefore()1842 … (thisEpochSec == otherEpochSec && toLocalTime().getNano() < other.toLocalTime().getNano()); in isBefore()