Home
last modified time | relevance | path

Searched refs:getAttachments (Results 1 – 9 of 9) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DComposeActivity.java891 mQuotedTextView.setUpperDividerVisible(mAttachmentsView.getAttachments().size() > 0); in updateHideOrShowQuotedText()
1152 ArrayList<Attachment> attachments = mAttachmentsView.getAttachments(); in createMessage()
1577 List<Attachment> attachments = message.getAttachments(); in initFromDraftMessage()
1833 addAttachments(refMessage.getAttachments()); in initAttachments()
1909 Integer.toString(getAttachments().size()), null, totalSize); in initAttachmentsFromIntent()
2897 && mAttachmentsView.getAttachments().size() == 0;
2993 if (mAttachmentsView.getAttachments().isEmpty() && showEmptyTextWarnings()) {
3034 return mAttachmentsView.getAttachments().size() == 0;
3207 MessageModification.putAttachments(values, message.getAttachments());
3216 values, refMessageId, message.getAttachments(), optionalAttachmentFds, save);
[all …]
DAttachmentsView.java158 public ArrayList<Attachment> getAttachments() { in getAttachments() method in AttachmentsView
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DMessage.java263 Objects.equal(getAttachments(), o.getAttachments()); in isEqual()
640 public List<Attachment> getAttachments() { in getAttachments() method in Message
660 return getAttachments().size(); in getAttachmentCount()
666 final List<Attachment> attachments = getAttachments(); in getAttachmentCount()
/packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/
DComposeActivityTest.java1041 assertEquals(activity.getAttachments().size(), 2); in testChangeModes3()
1043 assertEquals(activity.getAttachments().size(), 0); in testChangeModes3()
1045 assertEquals(activity.getAttachments().size(), 0); in testChangeModes3()
1047 assertEquals(activity.getAttachments().size(), 2); in testChangeModes3()
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationMessage.java85 for (Attachment a : getAttachments()) { in getAttachmentsStateHashCode()
DMessageCursor.java177 for (Attachment a : m.getAttachments()) { in getDebugDump()
DMessageFooterView.java171 attachments = mMessageHeaderItem.getMessage().getAttachments(); in renderAttachments()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DAttachmentTileGrid.java233 public List<Attachment> getAttachments() { in getAttachments() method in AttachmentTileGrid
/packages/apps/UnifiedEmail/src/com/android/mail/print/
DPrintUtils.java276 final List<Attachment> attachments = message.getAttachments(); in renderAttachments()