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

  /frameworks/base/core/tests/coretests/src/android/pim/
RecurrenceSetTest.java 20 import android.pim.ICalendar;
64 throws ICalendar.FormatException {
65 ICalendar.Component recurrenceComponent =
66 new ICalendar.Component("DUMMY", null /* parent */);
67 ICalendar.parseComponent(recurrenceComponent, recurrence);
  /frameworks/base/core/java/android/pim/
ICalendar.java 29 * Parses RFC 2445 iCalendar objects.
31 public class ICalendar {
40 * Exception thrown when an iCalendar object has invalid syntax.
57 * A component within an iCalendar (VEVENT, VTODO, VJOURNAL, VFEEBUSY,
222 * A property within an iCalendar component (e.g., DTSTART, DTEND, etc.,
355 * A parameter defined for an iCalendar property.
402 private ICalendar() {
421 * Parses text into an iCalendar component. Parses into the provided
454 // to be emitting some misformatted iCalendar objects.
588 * Parses the provided text into an iCalendar object. The top-leve
    [all...]

Completed in 211 milliseconds