Searched refs:setReplyTo (Results 1 – 9 of 9) sorted by relevance
378 setReplyTo(com.android.emailcommon.mail.Address.pack(mimeMessage.getReplyTo())); in Message()477 public synchronized void setReplyTo(final String replyTo) { in setReplyTo() method in Message
141 refMessage.setReplyTo(customFrom); in testRecipientsRefReplyAllCustomFromReplyTo()269 refMessage.setReplyTo("replytofromaccount1@mock.com"); in testReplyWithReplyTo()395 refMessage.setReplyTo("replytofromaccount1@mock.com"); in testReplyAllWithReplyTo()
84 public abstract void setReplyTo(Address[] from) throws MessagingException; in setReplyTo() method in Message
242 message.setReplyTo(new Address[] { quotedName, utf16Name, utf32Name }); in testEncodingAddressField()
358 public void setReplyTo(Address[] replyTo) throws MessagingException { in setReplyTo() method in MimeMessage
356 message.setReplyTo(Address.unpack(localMessage.mReplyTo)); in makeMessage()
207 public void setReplyTo(ArrayList<Rfc822Token> replyTo) { in setReplyTo() method in BluetoothMapbMessageMmsEmail
153 message.setReplyTo(addresses); in buildTestMessage()
922 message.setReplyTo(null); in createMessage()