Searched refs:exdates (Results 1 – 2 of 2) sorted by relevance
46 public long[] exdates = null; field in RecurrenceSet127 exdates = new long[list.size()]; in init()129 exdates[i] = list.get(i); in init()
116 recur.exrules == null && recur.exdates == null) { in getLastOccurence()682 if (recur.exdates != null) { in expand()683 for (long dt : recur.exdates) { in expand()