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

  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
RecurrenceProcessor.java 49 * (because the exrule or exdates cancel all the occurrences) and the
101 recur.exrules == null && recur.exdates == null) {
115 // exdates cancel all the generated dates.
120 // The expansion might not contain any dates if exrule or exdates
509 * EXDATES
564 if (recur.exdates != null) {
565 for (long dt : recur.exdates) {
    [all...]
  /frameworks/base/core/java/android/pim/
RecurrenceSet.java 45 public long[] exdates = null; field in class:RecurrenceSet
119 exdates = parseRecurrenceDates(exdateStr);

Completed in 88 milliseconds