Searched refs:eventDurationHours (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Car/Calendar/tests/unit/src/com/android/car/calendar/common/ |
D | EventsLiveDataTest.java | 629 static Object[] buildTestRowWithDuration(ZonedDateTime startDateTime, int eventDurationHours) { 631 startDateTime, eventDurationHours, EVENT_TITLE, EVENT_ALL_DAY); 647 ZonedDateTime currentDateTime, int eventDurationHours, String title, boolean allDay) { 652 addHoursAndTruncate(currentDateTime, eventDurationHours),
|
/packages/apps/Car/Calendar/tests/ui/src/com/android/car/calendar/ |
D | CarCalendarUiTest.java | 307 ZonedDateTime startDateTime, int eventDurationHours, String title, boolean allDay) { in buildTestRow() argument 312 startDateTime.plusHours(eventDurationHours).toInstant().toEpochMilli(), in buildTestRow()
|