Searched refs:TickClock (Results 1 – 1 of 1) sorted by relevance
231 return new TickClock(system(zone), NANOS_PER_MILLI); in tickMillis()255 return new TickClock(system(zone), NANOS_PER_SECOND); in tickSeconds()278 return new TickClock(system(zone), NANOS_PER_MINUTE); in tickMinutes()329 return new TickClock(baseClock, tickNanos); in tick()735 static final class TickClock extends Clock implements Serializable { class in Clock742 TickClock(Clock baseClock, long tickNanos) { in TickClock() method in Clock.TickClock755 return new TickClock(baseClock.withZone(zone), tickNanos); in withZone()775 return (obj instanceof TickClock other) in equals()