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

  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 497 // We should have two blocks under VCALENDAR (VTIMEZONE and VEVENT)
503 BlockHash vtimezone = vcalendar.blocks.get(0); local
504 // It should be a VTIMEZONE for timeZone
505 assertEquals("VTIMEZONE", vtimezone.name);
506 assertEquals(timeZone.getID(), vtimezone.get("TZID"));
581 // We should have two blocks under VCALENDAR (VTIMEZONE and VEVENT)
584 BlockHash vtimezone = vcalendar.blocks.get(0); local
585 // It should be a VTIMEZONE for timeZone
586 assertEquals("VTIMEZONE", vtimezone.name)
    [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 507 // We should have two blocks under VCALENDAR (VTIMEZONE and VEVENT)
513 BlockHash vtimezone = vcalendar.blocks.get(0); local
514 // It should be a VTIMEZONE for timeZone
515 assertEquals("VTIMEZONE", vtimezone.name);
516 assertEquals(timeZone.getID(), vtimezone.get("TZID"));
591 // We should have two blocks under VCALENDAR (VTIMEZONE and VEVENT)
594 BlockHash vtimezone = vcalendar.blocks.get(0); local
595 // It should be a VTIMEZONE for timeZone
596 assertEquals("VTIMEZONE", vtimezone.name)
    [all...]

Completed in 437 milliseconds