Home
last modified time | relevance | path

Searched refs:bccList (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/
DLegacyConversionsTest.java83 final String bccList = "BccA <bccA@droid.com>,Bcc2 <bccB@droid.com>"; in testUpdateMessageFields_PlainAddresses() local
90 final Address[] bccs = Address.fromHeader(bccList); in testUpdateMessageFields_PlainAddresses()
110 assertEquals(bccList, localMessage.mBcc); in testUpdateMessageFields_PlainAddresses()
125 String bccList = String.format("%s <bccA@droid.com>,%s <bccB@droid.com>", e, e); in testUpdateMessageFields_EncodedAddresses() local
132 final Address[] bccs = Address.fromHeader(bccList); in testUpdateMessageFields_EncodedAddresses()