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

  /frameworks/opt/calendar/src/com/android/calendarcommon2/
ICalendar.java 65 public static final String VCALENDAR = "VCALENDAR";
605 * component must be of type VCALENDAR.
607 * @return The top-level VCALENDAR component.
609 * iCalendar VCALENDAR object.
613 if (calendar == null || !Component.VCALENDAR.equals(calendar.getName())) {
614 throw new FormatException("Expected " + Component.VCALENDAR);
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
ICalendarTest.java 241 assertEquals("Expected " + ICalendar.Component.VCALENDAR, e.getMessage());

Completed in 408 milliseconds