Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/exchange/utility/
DCalendarUtilitiesTests.java322 BlockHash vcalendar = parseIcsContent(att.mContentBytes); in testCreateMessageForEntity_Invite_AllDay()
331 BlockHash vevent = vcalendar.blocks.get(0); in testCreateMessageForEntity_Invite_AllDay()
384 BlockHash vcalendar = parseIcsContent(att.mContentBytes); in testCreateMessageForEntity_Invite()
393 BlockHash vevent = vcalendar.blocks.get(0); in testCreateMessageForEntity_Invite()
450 BlockHash vcalendar = parseIcsContent(att.mContentBytes); in testCreateMessageForEntity_Recurring()
463 BlockHash vtimezone = vcalendar.blocks.get(0); in testCreateMessageForEntity_Recurring()
468 BlockHash vevent = vcalendar.blocks.get(1); in testCreateMessageForEntity_Recurring()
531 BlockHash vcalendar = parseIcsContent(att.mContentBytes); in testCreateMessageForEntity_Exception_Cancel()
544 BlockHash vtimezone = vcalendar.blocks.get(0); in testCreateMessageForEntity_Exception_Cancel()
549 BlockHash vevent = vcalendar.blocks.get(1); in testCreateMessageForEntity_Exception_Cancel()
[all …]