Home
last modified time | relevance | path

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

/packages/apps/Car/Calendar/tests/unit/src/com/android/car/calendar/common/
DCalendarFormatterTest.java36 private static final ZoneId BERLIN_ZONE_ID = ZoneId.of("Europe/Berlin"); field in CalendarFormatterTest
38 LocalDateTime.of(2019, 12, 10, 10, 10, 10, 500500).atZone(BERLIN_ZONE_ID);
45 Clock clock = Clock.fixed(CURRENT_DATE_TIME.toInstant(), BERLIN_ZONE_ID); in setUp()
DEventsLiveDataTest.java74 private static final ZoneId BERLIN_ZONE_ID = ZoneId.of("Europe/Berlin"); field in EventsLiveDataTest
76 LocalDateTime.of(2019, 12, 10, 10, 10, 10, 500500).atZone(BERLIN_ZONE_ID);
99 mTestClock = new TestClock(BERLIN_ZONE_ID); in setUp()
/packages/apps/Car/Calendar/tests/ui/src/com/android/car/calendar/
DCarCalendarUiTest.java77 private static final ZoneId BERLIN_ZONE_ID = ZoneId.of("Europe/Berlin"); field in CarCalendarUiTest
81 LocalDateTime.of(2019, 12, 10, 10, 10, 10, 500500).atZone(BERLIN_ZONE_ID);
118 Clock fixedTimeClock = Clock.fixed(CURRENT_DATE_TIME.toInstant(), BERLIN_ZONE_ID); in setActivityDependencies()