Home
last modified time | relevance | path

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

/frameworks/opt/calendar/src/com/android/calendarcommon2/
DRecurrenceSet.java476 ICalendar.Property dtendProperty = in computeDuration() local
478 if (dtendProperty == null) { in computeDuration()
483 dtendProperty.getFirstParameter("TZID"); in computeDuration()
488 end.parse(dtendProperty.getValue()); in computeDuration()