Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/time/tck/java/time/
DTCKClock_Offset.java80 private static final ZoneId MOSCOW = ZoneId.of("Europe/Moscow"); field in TCKClock_Offset
113 Clock changed = test.withZone(MOSCOW); in test_withZone()
115 assertEquals(changed.getZone(), MOSCOW); in test_withZone() local
138 Clock c = Clock.offset(Clock.system(MOSCOW), OFFSET); in test_equals()
155 Clock c = Clock.offset(Clock.system(MOSCOW), OFFSET); in test_hashCode()
DTCKClock_Fixed.java79 private static final ZoneId MOSCOW = ZoneId.of("Europe/Moscow"); field in TCKClock_Fixed
104 Clock changed = test.withZone(MOSCOW); in test_withZone()
106 assertEquals(changed.getZone(), MOSCOW); in test_withZone() local
DTCKClock_Tick.java81 private static final ZoneId MOSCOW = ZoneId.of("Europe/Moscow"); field in TCKClock_Tick
193 Clock changed = test.withZone(MOSCOW); in test_withZone()
195 assertEquals(changed.getZone(), MOSCOW); in test_withZone() local
218 Clock c = Clock.tick(Clock.system(MOSCOW), Duration.ofMillis(500)); in test__equals()
235 Clock c = Clock.tick(Clock.system(MOSCOW), Duration.ofMillis(500)); in test_hashCode()
/libcore/ojluni/src/test/java/time/tck/java/time/serial/
DTCKClockSerialization.java82 private static final ZoneId MOSCOW = ZoneId.of("Europe/Moscow"); field in TCKClockSerialization
104 assertSerializable(Clock.tickMinutes(MOSCOW)); in test_tickClockSerializable()
/libcore/ojluni/src/test/java/time/test/java/time/
DTestClock_Tick.java80 private static final ZoneId MOSCOW = ZoneId.of("Europe/Moscow"); field in TestClock_Tick