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.java474 ICalendar.Property dtendProperty = in computeDuration() local
476 if (dtendProperty == null) { in computeDuration()
481 dtendProperty.getFirstParameter("TZID"); in computeDuration()
486 end.parse(dtendProperty.getValue()); in computeDuration()