Searched refs:FLAG_SMART_FORWARD (Results 1 – 3 of 3) sorted by relevance
64 Attachment.FLAG_SMART_FORWARD + ")=0";
941 attachment.mFlags |= Attachment.FLAG_SMART_FORWARD; in loadSourceMessage()1353 ((attachment.mFlags & Attachment.FLAG_SMART_FORWARD) == 0)) { in doInBackground()1634 final boolean allowDelete = (attachment.mFlags & Attachment.FLAG_SMART_FORWARD) == 0; in updateAttachmentUi()
1202 public static final int FLAG_SMART_FORWARD = 1<<8; field in EmailContent.Attachment