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