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

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DAttachmentsView.java96 private void addAttachment(final Attachment attachment) { method in class:AttachmentsView
306 public long addAttachment(Account account, Attachment attachment) method in class:AttachmentsView
319 addAttachment(attachment);
/packages/apps/Mms/src/com/android/mms/ui/
H A DComposeMessageActivity.java2817 private void addAttachment(int type, boolean replace) { method in class:ComposeMessageActivity
2899 addAttachment(mAttachmentTypeSelectorAdapter.buttonToCommand(which), replace);
3267 addAttachment(mimeType, uri, false);
3299 addAttachment(mimeType, (Uri) uri, true);
3313 private void addAttachment(String type, Uri uri, boolean append) { method in class:ComposeMessageActivity

Completed in 64 milliseconds