Searched refs:FLAG_ICS_ALTERNATIVE_PART (Results 1 – 3 of 3) sorted by relevance
180 if ((flags & Attachment.FLAG_ICS_ALTERNATIVE_PART) != 0) { in writeTo()221 if ((attachment.mFlags & Attachment.FLAG_ICS_ALTERNATIVE_PART) == 0) { in writeOneAttachment()
151 att.mFlags = Attachment.FLAG_ICS_ALTERNATIVE_PART; in testWriteToAlternativePart()
1417 public static final int FLAG_ICS_ALTERNATIVE_PART = 1<<0; field in EmailContent.Attachment