Home
last modified time | relevance | path

Searched defs:addAttachment (Results 1 – 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DAttachmentsView.java96 private void addAttachment(final Attachment attachment) { in addAttachment() method in AttachmentsView
306 public long addAttachment(Account account, Attachment attachment) in addAttachment() method in AttachmentsView
/packages/apps/Mms/src/com/android/mms/ui/
DComposeMessageActivity.java2818 private void addAttachment(int type, boolean replace) { in addAttachment() method in ComposeMessageActivity
3314 private void addAttachment(String type, Uri uri, boolean append) { in addAttachment() method in ComposeMessageActivity