Home
last modified time | relevance | path

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

/packages/apps/Car/Calendar/src/com/android/car/calendar/common/
DCalendarFormatter.java61 public String getDateText(LocalDate localDate) { in getDateText() argument
74 if (localDate.equals(today)) { in getDateText()
79 } else if (localDate.equals(tomorrow)) { in getDateText()
84 } else if (localDate.equals(dayAfter)) { in getDateText()
97 ZonedDateTime zonedDateTime = localDate.atStartOfDay(mClock.getZone()); in getDateText()