Searched defs:getAttachments (Results 1 - 4 of 4) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DAttachmentsView.java158 public ArrayList<Attachment> getAttachments() { method in class:AttachmentsView
H A DComposeActivity.java891 mQuotedTextView.setUpperDividerVisible(mAttachmentsView.getAttachments().size() > 0);
1152 ArrayList<Attachment> attachments = mAttachmentsView.getAttachments();
1577 List<Attachment> attachments = message.getAttachments();
1833 addAttachments(refMessage.getAttachments());
1909 Integer.toString(getAttachments().size()), null, totalSize);
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(), optionalAttachmentFd
3878 protected ArrayList<Attachment> getAttachments() { method in class:ComposeActivity
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAttachmentTileGrid.java233 public List<Attachment> getAttachments() { method in class:AttachmentTileGrid
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DMessage.java263 Objects.equal(getAttachments(), o.getAttachments());
640 public List<Attachment> getAttachments() { method in class:Message
660 return getAttachments().size();
666 final List<Attachment> attachments = getAttachments();

Completed in 236 milliseconds