Home
last modified time | relevance | path

Searched refs:addAttachment (Results 1 – 3 of 3) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DAttachmentsView.java100 private void addAttachment(final Attachment attachment) { in addAttachment() method in AttachmentsView
376 public void addAttachment(Account account, Attachment attachment) in addAttachment() method in AttachmentsView
389 addAttachment(attachment); in addAttachment()
DComposeActivity.java1846 mAttachmentsView.addAttachment(mAccount, a); in addAttachments()
2047 mAttachmentsView.addAttachment(mAccount, attachment); in addAttachmentAndUpdateView()
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DDraftMessageData.java348 addAttachment(attachment, null /*pendingAttachment*/); in addOneAttachmentNoNotify()
353 private void addAttachment(final MessagePartData attachment, in addAttachment() method in DraftMessageData
417 addAttachment(null /*attachment*/, pendingAttachment); in addOnePendingAttachmentNoNotify()