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

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DComposeActivity.java789 addAttachmentAndUpdateView(data);
1296 addAttachmentAndUpdateView(a);
1681 public void addAttachmentAndUpdateView(Intent data) { method in class:ComposeActivity
1682 addAttachmentAndUpdateView(data != null ? data.getData() : (Uri) null);
1685 public void addAttachmentAndUpdateView(Uri contentUri) { method in class:ComposeActivity
1690 addAttachmentAndUpdateView(mAttachmentsView.generateLocalAttachment(contentUri));
1700 public void addAttachmentAndUpdateView(Attachment attachment) { method in class:ComposeActivity

Completed in 35 milliseconds