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

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DAttachmentsView.java99 public void addAttachment(final Attachment attachment) { method in class:AttachmentsView
301 public long addAttachment(Account account, Uri contentUri) method in class:AttachmentsView
303 return addAttachment(account, generateLocalAttachment(contentUri));
315 public long addAttachment(Account account, Attachment attachment) method in class:AttachmentsView
328 addAttachment(attachment);
/packages/apps/Mms/src/com/android/mms/ui/
H A DComposeMessageActivity.java2814 private void addAttachment(int type, boolean replace) { method in class:ComposeMessageActivity
2896 addAttachment(mAttachmentTypeSelectorAdapter.buttonToCommand(which), replace);
3264 addAttachment(mimeType, uri, false);
3296 addAttachment(mimeType, (Uri) uri, true);
3310 private void addAttachment(String type, Uri uri, boolean append) { method in class:ComposeMessageActivity

Completed in 83 milliseconds