HomeSort by relevance Sort by last modified time
    Searched refs:exdates (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/calendar/src/com/android/calendarcommon/
RecurrenceSet.java 45 public long[] exdates = null; field in class:RecurrenceSet
119 exdates = parseRecurrenceDates(exdateStr);
RecurrenceProcessor.java 47 * (because the exrule or exdates cancel all the occurrences) and the
68 * (because the exrule or exdates cancel all the occurrences) and the
116 recur.exrules == null && recur.exdates == null) {
130 // exdates cancel all the generated dates.
136 // The expansion might not contain any dates if exrule or exdates
627 * EXDATES
682 if (recur.exdates != null) {
683 for (long dt : recur.exdates) {
    [all...]

Completed in 1054 milliseconds