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.java740 long dtstartDateValue = normDateTimeComparisonValue(dtstart); in expand() local
752 if (add && dtstartDateValue >= rangeStartDateValue in expand()
753 && dtstartDateValue < rangeEndDateValue) { in expand()
754 out.add(dtstartDateValue); in expand()
987 if (genDateValue >= dtstartDateValue) { in expand()
1009 if (!(dtstartDateValue == genDateValue in expand()
1011 && dtstartDateValue >= rangeStartDateValue in expand()
1012 && dtstartDateValue < rangeEndDateValue)) { in expand()