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

/frameworks/opt/calendar/src/com/android/calendarcommon/
H A DRecurrenceSet.java54 String rruleStr = values.getAsString(CalendarContract.Events.RRULE);
64 * CalendarProvider. The cursor must contain the RRULE, RDATE, EXRULE,
67 * @param cursor The cursor containing the RRULE, RDATE, EXRULE, and EXDATE
72 int rruleColumn = cursor.getColumnIndex(CalendarContract.Events.RRULE);
169 * Populates the database map of values with the appropriate RRULE, RDATE,
176 * one of DTEND/DURATION, and one of RRULE/RDATE. Returns false if
200 String rrule = flattenProperties(component, "RRULE");
211 + "or RRULE/RDATE: "
229 values.put(CalendarContract.Events.RRULE, rrule);
251 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/calendarcommon/
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.java1053 public static final String RRULE = "rrule"; field in interface:CalendarContract.EventsColumns
1265 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, RRULE);
1465 * <li>{@link #RRULE}</li>

Completed in 574 milliseconds