Searched refs:otherEpochSec (Results 1 – 2 of 2) sorted by relevance
601 long otherEpochSec = other.toEpochSecond(); in isBefore() local602 return thisEpochSec < otherEpochSec || in isBefore()603 … (thisEpochSec == otherEpochSec && toLocalTime().getNano() < other.toLocalTime().getNano()); in isBefore()621 long otherEpochSec = other.toEpochSecond(); in isAfter() local622 return thisEpochSec > otherEpochSec || in isAfter()623 … (thisEpochSec == otherEpochSec && toLocalTime().getNano() > other.toLocalTime().getNano()); in isAfter()
1817 long otherEpochSec = other.toEpochSecond(); in isAfter() local1818 return thisEpochSec > otherEpochSec || in isAfter()1819 … (thisEpochSec == otherEpochSec && toLocalTime().getNano() > other.toLocalTime().getNano()); in isAfter()1834 long otherEpochSec = other.toEpochSecond(); in isBefore() local1835 return thisEpochSec < otherEpochSec || in isBefore()1836 … (thisEpochSec == otherEpochSec && toLocalTime().getNano() < other.toLocalTime().getNano()); in isBefore()