Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/time/
DInstantSource.java169 static InstantSource fixed(Instant fixedInstant) { in fixed()
DClock.java347 public static Clock fixed(Instant fixedInstant, ZoneId zone) { in fixed()
642 FixedClock(Instant fixedInstant, ZoneId zone) { in FixedClock()