Searched refs:FLAG_ICS_ALTERNATIVE_PART (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Exchange/tests/src/com/android/exchange/utility/ |
D | CalendarUtilitiesTests.java | 313 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/ |
D | CalendarUtilitiesTests.java | 313 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/ |
D | Rfc822Output.java | 242 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/ |
D | Rfc822OutputTests.java | 250 att.mFlags = Attachment.FLAG_ICS_ALTERNATIVE_PART; in testWriteToAlternativePart()
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
D | EmailContent.java | 1188 public static final int FLAG_ICS_ALTERNATIVE_PART = 1<<0; field in EmailContent.Attachment
|
/packages/apps/Exchange/exchange2/src/com/android/exchange/utility/ |
D | CalendarUtilities.java | 1897 att.mFlags = Attachment.FLAG_ICS_ALTERNATIVE_PART; in createMessageForEntity()
|