HomeSort by relevance Sort by last modified time
    Searched full:vevent (Results 1 - 11 of 11) sorted by null

  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
ICalendarTest.java 155 String text = "BEGIN:VEVENT\nEND:VEVENT\n";
158 assertEquals("VEVENT", event.getName());
165 String text = "BEGIN:VEVENT\n" +
169 "END:VEVENT\n";
173 assertEquals("VEVENT", event.getName());
189 String text = "BEGIN:VEVENT\n" +
193 "END:VEVENT\n";
197 assertEquals("VEVENT", event.getName());
208 String text = "BEGIN:VEVENT\n"
    [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 381 BlockHash vevent = vcalendar.blocks.get(0); local
382 // It's a VEVENT with the following fields
383 assertEquals("VEVENT", vevent.name);
384 assertEquals("Meeting Location", vevent.get("LOCATION"));
385 assertEquals("0", vevent.get("SEQUENCE"));
386 assertEquals("Discuss Unit Tests", vevent.get("SUMMARY"));
387 assertEquals(uid, vevent.get("UID"));
389 vevent.get("ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE"));
392 assertEquals("20100412", vevent.get("DTSTART;VALUE=DATE"))
443 BlockHash vevent = vcalendar.blocks.get(0); local
518 BlockHash vevent = vcalendar.blocks.get(1); local
599 BlockHash vevent = vcalendar.blocks.get(1); local
    [all...]
  /cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/
ICalendar.java 36 * A component within an iCalendar (VEVENT, VTODO, VJOURNAL, VFEEBUSY,
79 * within a VEVENT).
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
ICalendar.java 34 // TODO: keep track of VEVENT, VTODO, VJOURNAL, VFREEBUSY, VTIMEZONE, VALARM
56 * A component within an iCalendar (VEVENT, VTODO, VJOURNAL, VFEEBUSY,
66 public static final String VEVENT = "VEVENT";
222 * within a VEVENT).
621 * component must be of type VEVENT.
623 * @return The top-level VEVENT component.
625 * iCalendar VEVENT.
629 if (event == null || !Component.VEVENT.equals(event.getName())) {
630 throw new FormatException("Expected " + Component.VEVENT);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 454 vEvent='<<'+virtualEvent+'>>'
457 if event == vEvent:
EditorWindow.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 454 vEvent='<<'+virtualEvent+'>>'
457 if event == vEvent:
EditorWindow.py     [all...]
  /packages/apps/Exchange/src/com/android/exchange/utility/
CalendarUtilities.java     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/
html5.html     [all...]
  /external/zxing/core/
core.jar 

Completed in 716 milliseconds