Searched refs:RRULE (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DRecurrenceSet.java55 String rruleStr = values.getAsString(CalendarContract.Events.RRULE);
65 * CalendarProvider. The cursor must contain the RRULE, RDATE, EXRULE,
68 * @param cursor The cursor containing the RRULE, RDATE, EXRULE, and EXDATE
73 int rruleColumn = cursor.getColumnIndex(CalendarContract.Events.RRULE);
180 * Populates the database map of values with the appropriate RRULE, RDATE,
187 * one of DTEND/DURATION, and one of RRULE/RDATE. Returns false if
211 String rrule = flattenProperties(component, "RRULE");
222 + "or RRULE/RDATE: "
240 values.put(CalendarContract.Events.RRULE, rrule);
262 int rruleColumn = cursor.getColumnIndex(CalendarContract.Events.RRULE);
[all...]
H A DICalendar.java230 public static final String RRULE = "RRULE"; field in class:ICalendar.Property
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DRecurrenceSetTest.java38 + "RRULE:FREQ=DAILY;UNTIL=20080222T000000Z\n"
48 + "RRULE:FREQ=YEARLY;WKST=SU";
57 + "RRULE:FREQ=YEARLY;WKST=SU";
62 // Test multi-rule RRULE.
66 + "RRULE:FREQ=YEARLY;WKST=SU\n"
67 + "RRULE:FREQ=MONTHLY;COUNT=3\n"
92 + "RRULE:FREQ=YEARLY\n";
100 + "RRULE:FREQ=YEARLY\n";
112 + "RRULE:FREQ=DAILY;UNTIL=20080222T000000Z\n"
122 + "RRULE
[all...]
/frameworks/base/core/java/android/provider/
H A DCalendarContract.java1136 public static final String RRULE = "rrule"; field in interface:CalendarContract.EventsColumns
1385 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, RRULE);
1594 * <li>{@link #RRULE}</li>

Completed in 71 milliseconds