Home
last modified time | relevance | path

Searched refs:MOSCOW (Results 1 – 6 of 6) 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
204 Clock changed = test.withZone(MOSCOW); in test_withZone()
206 assertEquals(changed.getZone(), MOSCOW); in test_withZone() local
229 Clock c = Clock.tick(Clock.system(MOSCOW), Duration.ofMillis(500)); in test__equals()
246 Clock c = Clock.tick(Clock.system(MOSCOW), Duration.ofMillis(500)); in test_hashCode()
DTCKClock_System.java78 private static final ZoneId MOSCOW = ZoneId.of("Europe/Moscow"); field in TCKClock_System
136 Clock changed = test.withZone(MOSCOW); in test_withZone()
138 assertEquals(changed.getZone(), MOSCOW); in test_withZone() local
/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