Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/time/
DInstantSource.java27 import java.time.Clock.SourceClock;
251 return new SourceClock(this, zone); in withZone()
DClock.java793 static final class SourceClock extends Clock implements Serializable { class in Clock
800 SourceClock(InstantSource baseSource, ZoneId zone) { in SourceClock() method in Clock.SourceClock
813 return new SourceClock(baseSource, zone); in withZone()
825 return (obj instanceof SourceClock other) in equals()