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