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

  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 393 BlockHash vevent = vcalendar.blocks.get(0); local
394 // It's a VEVENT with the following fields
395 assertEquals("VEVENT", vevent.name);
396 assertEquals("Meeting Location", vevent.get("LOCATION"));
397 assertEquals("0", vevent.get("SEQUENCE"));
398 assertEquals("Discuss Unit Tests", vevent.get("SUMMARY"));
399 assertEquals(uid, vevent.get("UID"));
401 vevent.get("ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE"));
404 assertEquals("20100412", vevent.get("DTSTART;VALUE=DATE"))
455 BlockHash vevent = vcalendar.blocks.get(0); local
530 BlockHash vevent = vcalendar.blocks.get(1); local
611 BlockHash vevent = vcalendar.blocks.get(1); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py     [all...]

Completed in 3653 milliseconds