Home
last modified time | relevance | path

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

/packages/apps/Exchange/tests/src/com/android/exchange/utility/
DCalendarUtilitiesTests.java313 assertEquals(Attachment.FLAG_ICS_ALTERNATIVE_PART, in testCreateMessageForEntity_Reply()
314 att.mFlags & Attachment.FLAG_ICS_ALTERNATIVE_PART); in testCreateMessageForEntity_Reply()
355 assertEquals(Attachment.FLAG_ICS_ALTERNATIVE_PART, in testCreateMessageForEntity_Invite_AllDay()
356 att.mFlags & Attachment.FLAG_ICS_ALTERNATIVE_PART); in testCreateMessageForEntity_Invite_AllDay()
417 assertEquals(Attachment.FLAG_ICS_ALTERNATIVE_PART, in testCreateMessageForEntity_Invite()
418 att.mFlags & Attachment.FLAG_ICS_ALTERNATIVE_PART); in testCreateMessageForEntity_Invite()
483 assertEquals(Attachment.FLAG_ICS_ALTERNATIVE_PART, in testCreateMessageForEntity_Recurring()
484 att.mFlags & Attachment.FLAG_ICS_ALTERNATIVE_PART); in testCreateMessageForEntity_Recurring()
565 assertEquals(Attachment.FLAG_ICS_ALTERNATIVE_PART, in testCreateMessageForEntity_Exception_Cancel()
566 att.mFlags & Attachment.FLAG_ICS_ALTERNATIVE_PART); in testCreateMessageForEntity_Exception_Cancel()
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/utility/
DCalendarUtilitiesTests.java313 assertEquals(Attachment.FLAG_ICS_ALTERNATIVE_PART, in testCreateMessageForEntity_Reply()
314 att.mFlags & Attachment.FLAG_ICS_ALTERNATIVE_PART); in testCreateMessageForEntity_Reply()
355 assertEquals(Attachment.FLAG_ICS_ALTERNATIVE_PART, in testCreateMessageForEntity_Invite_AllDay()
356 att.mFlags & Attachment.FLAG_ICS_ALTERNATIVE_PART); in testCreateMessageForEntity_Invite_AllDay()
417 assertEquals(Attachment.FLAG_ICS_ALTERNATIVE_PART, in testCreateMessageForEntity_Invite()
418 att.mFlags & Attachment.FLAG_ICS_ALTERNATIVE_PART); in testCreateMessageForEntity_Invite()
483 assertEquals(Attachment.FLAG_ICS_ALTERNATIVE_PART, in testCreateMessageForEntity_Recurring()
484 att.mFlags & Attachment.FLAG_ICS_ALTERNATIVE_PART); in testCreateMessageForEntity_Recurring()
565 assertEquals(Attachment.FLAG_ICS_ALTERNATIVE_PART, in testCreateMessageForEntity_Exception_Cancel()
566 att.mFlags & Attachment.FLAG_ICS_ALTERNATIVE_PART); in testCreateMessageForEntity_Exception_Cancel()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
DRfc822Output.java242 if ((flags & Attachment.FLAG_ICS_ALTERNATIVE_PART) != 0) { in writeTo()
288 if ((attachment.mFlags & Attachment.FLAG_ICS_ALTERNATIVE_PART) == 0) { in writeOneAttachment()
/packages/apps/Email/tests/src/com/android/emailcommon/internet/
DRfc822OutputTests.java250 att.mFlags = Attachment.FLAG_ICS_ALTERNATIVE_PART; in testWriteToAlternativePart()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DEmailContent.java1188 public static final int FLAG_ICS_ALTERNATIVE_PART = 1<<0; field in EmailContent.Attachment
/packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
DCalendarUtilities.java1897 att.mFlags = Attachment.FLAG_ICS_ALTERNATIVE_PART; in createMessageForEntity()