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

  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 371 BlockHash vevent = vcalendar.blocks.get(0); local
372 // It's a VEVENT with the following fields
373 assertEquals("VEVENT", vevent.name);
374 assertEquals("Meeting Location", vevent.get("LOCATION"));
375 assertEquals("0", vevent.get("SEQUENCE"));
376 assertEquals("Discuss Unit Tests", vevent.get("SUMMARY"));
377 assertEquals(uid, vevent.get("UID"));
379 vevent.get("ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE"));
382 assertEquals("20100412", vevent.get("DTSTART;VALUE=DATE"))
433 BlockHash vevent = vcalendar.blocks.get(0); local
508 BlockHash vevent = vcalendar.blocks.get(1); local
589 BlockHash vevent = vcalendar.blocks.get(1); local
    [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...]

Completed in 66 milliseconds