Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/time/test/java/time/
DTestClock_System.java126 private static String formatTime(String prefix, Instant time) { in formatTime() method in TestClock_System
143 System.out.println(formatTime("\nsystemUTC #1 ", system1)); in test_ClockResolution()
144 System.out.println(formatTime("systemUTC #2 ", system2)); in test_ClockResolution()
145 System.out.println(formatTime("highestResolutionUTC #1 ", highest1)); in test_ClockResolution()
146 System.out.println(formatTime("highestResolutionUTC #2 ", highest2)); in test_ClockResolution()
150 System.err.println(formatTime("\n\tsystem1", system1)); in test_ClockResolution()
151 System.err.println(formatTime("\n\tsystem2", system2)); in test_ClockResolution()
153 + formatTime("\n\tsystem1", system1) in test_ClockResolution()
154 + formatTime("\n\tsystem2", system2)); in test_ClockResolution()
158 System.err.println(formatTime("\n\thighest1", system1)); in test_ClockResolution()
[all …]
/libcore/luni/src/test/java/libcore/java/util/
DSimpleTimeZoneTest.java281 private static String formatTime(TimeZone timeZone, long millis) { in formatTime() method in SimpleTimeZoneTest
299 String actualUtcEntryTime = formatTime(UTC, simpleTransitions[0]); in checkDstTransitionTimes()
301 String actualUtcExitTime = formatTime(UTC, simpleTransitions[1]); in checkDstTransitionTimes()