Home
last modified time | relevance | path

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

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