Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/time/
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