Searched refs:FLAG_ICS_ALTERNATIVE_PART (Results 1 – 5 of 5) sorted by relevance
276 assertEquals(Attachment.FLAG_ICS_ALTERNATIVE_PART, in testCreateMessageForEntity_Reply()277 att.mFlags & Attachment.FLAG_ICS_ALTERNATIVE_PART); in testCreateMessageForEntity_Reply()315 assertEquals(Attachment.FLAG_ICS_ALTERNATIVE_PART, in testCreateMessageForEntity_Invite_AllDay()316 att.mFlags & Attachment.FLAG_ICS_ALTERNATIVE_PART); in testCreateMessageForEntity_Invite_AllDay()377 assertEquals(Attachment.FLAG_ICS_ALTERNATIVE_PART, in testCreateMessageForEntity_Invite()378 att.mFlags & Attachment.FLAG_ICS_ALTERNATIVE_PART); in testCreateMessageForEntity_Invite()443 assertEquals(Attachment.FLAG_ICS_ALTERNATIVE_PART, in testCreateMessageForEntity_Recurring()444 att.mFlags & Attachment.FLAG_ICS_ALTERNATIVE_PART); in testCreateMessageForEntity_Recurring()525 assertEquals(Attachment.FLAG_ICS_ALTERNATIVE_PART, in testCreateMessageForEntity_Exception_Cancel()526 att.mFlags & Attachment.FLAG_ICS_ALTERNATIVE_PART); in testCreateMessageForEntity_Exception_Cancel()
179 if ((flags & Attachment.FLAG_ICS_ALTERNATIVE_PART) != 0) { in writeTo()225 if ((attachment.mFlags & Attachment.FLAG_ICS_ALTERNATIVE_PART) == 0) { in writeOneAttachment()
188 att.mFlags = Attachment.FLAG_ICS_ALTERNATIVE_PART; in testWriteToAlternativePart()
1685 att.mFlags = Attachment.FLAG_ICS_ALTERNATIVE_PART; in createMessageForEntity()
1696 public static final int FLAG_ICS_ALTERNATIVE_PART = 1<<0; field in EmailContent.Attachment