Searched refs:exdates (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DRecurrenceSet.java46 public long[] exdates = null; field in class:RecurrenceSet
127 exdates = new long[list.size()];
129 exdates[i] = list.get(i);
H A DRecurrenceProcessor.java47 * (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
682 if (recur.exdates != null) {
683 for (long dt : recur.exdates) {

Completed in 127 milliseconds