Searched refs:getAttachmentCount (Results 1 – 5 of 5) 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()441 private int getAttachmentCount() { in getAttachmentCount() method in DraftMessageData
257 final int numAttachments = message.getAttachmentCount(false /* includeInline */); in renderAttachments()
318 if (saveAttachmentTask.getAttachmentCount() > 0) {1327 public int getAttachmentCount() { in getAttachmentCount() method in ConversationFragment.SaveAttachmentTask
657 public int getAttachmentCount(boolean includeInline) { in getAttachmentCount() method in Message
3260 quotedTextPos, message.getAttachmentCount(true));