Home | History | Annotate | Download | only in calendarcommon2

Lines Matching defs:exrule

57         String exruleStr = values.getAsString(CalendarContract.Events.EXRULE);
65 * CalendarProvider. The cursor must contain the RRULE, RDATE, EXRULE,
68 * @param cursor The cursor containing the RRULE, RDATE, EXRULE, and EXDATE
75 int exruleColumn = cursor.getColumnIndex(CalendarContract.Events.EXRULE);
179 * EXRULE, and EXDATE values extracted from the parsed iCalendar component.
211 String exrule = flattenProperties(component, "EXRULE");
240 values.put(CalendarContract.Events.EXRULE, exrule);
262 int exruleColumn = cursor.getColumnIndex(CalendarContract.Events.EXRULE);
318 addPropertiesForRuleStr(component, "EXRULE", exruleStr);
333 final String exruleStr = values.getAsString(CalendarContract.Events.EXRULE);
377 addPropertiesForRuleStr(component, "EXRULE", exruleStr);