Searched refs:replyToList (Results 1 – 1 of 1) sorted by relevance
80 final String replyToList = "Reply1 <reply1@droid.com>,Reply2 <reply2@droid.com>"; in testUpdateMessageFields_PlainAddresses() local87 final Address[] replies = Address.fromHeader(replyToList); in testUpdateMessageFields_PlainAddresses()107 assertEquals(replyToList, localMessage.mReplyTo); in testUpdateMessageFields_PlainAddresses()122 String replyToList = String.format("%s <reply1@droid.com>,%s <reply2@droid.com>", e, e); in testUpdateMessageFields_EncodedAddresses() local129 final Address[] replies = Address.fromHeader(replyToList); in testUpdateMessageFields_EncodedAddresses()