Searched refs:MAX_ATTACHMENT_UPLOAD_SIZE (Results 1 – 2 of 2) sorted by relevance
135 public static final int MAX_ATTACHMENT_UPLOAD_SIZE = (5 * 1024 * 1024); field in AttachmentUtilities
1599 size = AttachmentUtilities.MAX_ATTACHMENT_UPLOAD_SIZE + 1; in loadAttachmentInfo()1613 if (attachment.mSize > AttachmentUtilities.MAX_ATTACHMENT_UPLOAD_SIZE) { in addAttachment()