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

/frameworks/base/core/java/android/pim/
H A DICalendar.java66 public static final String VCALENDAR = "VCALENDAR"; field in class:ICalendar.Component
606 * component must be of type VCALENDAR.
608 * @return The top-level VCALENDAR component.
610 * iCalendar VCALENDAR object.
614 if (calendar == null || !Component.VCALENDAR.equals(calendar.getName())) {
615 throw new FormatException("Expected " + Component.VCALENDAR);

Completed in 2058 milliseconds