Home
last modified time | relevance | path

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

/packages/apps/Car/Calendar/src/com/android/car/calendar/common/
DEvent.java144 public boolean isAllDay() { in isAllDay() method in Event
/packages/apps/Car/Calendar/src/com/android/car/calendar/
DCarCalendarView.java155 if (event.isAllDay() || event.getDuration().compareTo(Duration.ofDays(1)) >= 0) { in updateRecyclerViewItems()
DEventCalendarItem.java127 if (!mEvent.isAllDay()) { in bind()
/packages/apps/Calendar/src/com/android/calendar/
DCalendarController.java175 public boolean isAllDay() { in isAllDay() method in CalendarController.EventInfo
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java499 allDay = time.isAllDay(); in VerifyInstance()