Searched refs:FLAG_DOWNLOAD_USER_REQUEST (Results 1 – 4 of 4) sorted by relevance
666 final int mask = Attachment.FLAG_DOWNLOAD_FORWARD | Attachment.FLAG_DOWNLOAD_USER_REQUEST; in run()777 if (((att.mFlags & Attachment.FLAG_DOWNLOAD_USER_REQUEST) != 0) || in onChange()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()1218 } else if ((flags & Attachment.FLAG_DOWNLOAD_USER_REQUEST) != 0) { in getAttachmentPriority()
716 Attachment.FLAG_DOWNLOAD_USER_REQUEST)) == 0) {
1420 public static final int FLAG_DOWNLOAD_USER_REQUEST = 1<<1; field in EmailContent.Attachment
5163 attachment.mFlags &= ~Attachment.FLAG_DOWNLOAD_USER_REQUEST); in uiUpdateAttachment()5176 attachment.mFlags | Attachment.FLAG_DOWNLOAD_USER_REQUEST); in uiUpdateAttachment()