Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/time/test/java/time/
DTestClock_System.java186 int lastNanos = 0; in test_ClockResolution() local
194 } while (nanos == lastNanos); // Repeat to get a different value in test_ClockResolution()
195 lastNanos = nanos; in test_ClockResolution()