Searched refs:shareAttachment (Results 1 – 2 of 2) sorted by relevance
149 shareAttachment(); in onOptionsItemSelected()360 private void shareAttachment() { in shareAttachment() method in MailPhotoViewController361 shareAttachment(getCurrentAttachment()); in shareAttachment()368 private void shareAttachment(final Attachment attachment) { in shareAttachment() method in MailPhotoViewController371 mActionHandler.shareAttachment(); in shareAttachment()
215 public void shareAttachment() { in shareAttachment() method in AttachmentActionHandler