Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/time/
DClock.java350 return new FixedClock(fixedInstant, zone); in fixed()
636 static final class FixedClock extends Clock implements Serializable { class in Clock
642 FixedClock(Instant fixedInstant, ZoneId zone) { in FixedClock() method in Clock.FixedClock
655 return new FixedClock(instant, zone); in withZone()
667 return obj instanceof FixedClock other in equals()