Searched refs:getAttachmentCount (Results 1 – 2 of 2) 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()453 private int getAttachmentCount() { in getAttachmentCount() method in DraftMessageData
320 if (saveAttachmentTask.getAttachmentCount() > 0) {1337 public int getAttachmentCount() { in getAttachmentCount() method in ConversationFragment.SaveAttachmentTask