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

  /frameworks/opt/calendar/src/com/android/calendarcommon2/
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...]
RecurrenceSet.java 46 public long[] exdates = null; field in class:RecurrenceSet
127 exdates = new long[list.size()];
129 exdates[i] = list.get(i);

Completed in 58 milliseconds