Home
last modified time | relevance | path

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

/frameworks/opt/calendar/src/com/android/calendarcommon2/
DRecurrenceProcessor.java738 long dtstartDateValue = normDateTimeComparisonValue(dtstart); in expand() local
750 if (add && dtstartDateValue >= rangeStartDateValue in expand()
751 && dtstartDateValue < rangeEndDateValue) { in expand()
752 out.add(dtstartDateValue); in expand()
985 if (genDateValue >= dtstartDateValue) { in expand()
1007 if (!(dtstartDateValue == genDateValue in expand()
1009 && dtstartDateValue >= rangeStartDateValue in expand()
1010 && dtstartDateValue < rangeEndDateValue)) { in expand()