Home
last modified time | relevance | path

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

/frameworks/opt/calendar/src/com/android/calendarcommon2/
DICalendar.java65 public static final String VCALENDAR = "VCALENDAR"; field in ICalendar.Component
613 if (calendar == null || !Component.VCALENDAR.equals(calendar.getName())) { in parseCalendar()
614 throw new FormatException("Expected " + Component.VCALENDAR); in parseCalendar()