Searched refs:getAttachmentLimit (Results 1 – 1 of 1) sorted by relevance
151 if (part.isAttachment() && getAttachmentCount() >= getAttachmentLimit()) { in updateFromMessageData()342 final boolean reachedLimit = getAttachmentCount() >= getAttachmentLimit(); in addOneAttachmentNoNotify()409 final boolean reachedLimit = getAttachmentCount() >= getAttachmentLimit(); in addOnePendingAttachmentNoNotify()460 private int getAttachmentLimit() { in getAttachmentLimit() method in DraftMessageData839 if (mAttachmentsCopy.size() > getAttachmentLimit()) { in getIsMessageOverLimit()