Searched refs:FLAG_DOWNLOAD_FORWARD (Results 1 – 4 of 4) sorted by relevance
666 final int mask = Attachment.FLAG_DOWNLOAD_FORWARD | Attachment.FLAG_DOWNLOAD_USER_REQUEST; in run()815 final int flags = Attachment.FLAG_DOWNLOAD_FORWARD | Attachment.FLAG_DOWNLOAD_USER_REQUEST; in markAttachmentAsFailed()827 final int flags = Attachment.FLAG_DOWNLOAD_FORWARD | Attachment.FLAG_DOWNLOAD_USER_REQUEST; in markAttachmentAsCompleted()1132 if ((attachment.mFlags & Attachment.FLAG_DOWNLOAD_FORWARD) != 0) { in endDownload()1216 if ((flags & Attachment.FLAG_DOWNLOAD_FORWARD) != 0) { in getAttachmentPriority()
715 if ((att.mFlags & (Attachment.FLAG_DOWNLOAD_FORWARD |
1423 public static final int FLAG_DOWNLOAD_FORWARD = 1<<2; field in EmailContent.Attachment
4955 attClone.mFlags |= Attachment.FLAG_DOWNLOAD_FORWARD; in uiSaveMessage()