Searched refs:ccList (Results 1 – 2 of 2) sorted by relevance
82 final String ccList = "CcA <ccA@droid.com>,CcB <ccB@droid.com>"; in testUpdateMessageFields_PlainAddresses() local89 final Address[] ccs = Address.fromHeader(ccList); in testUpdateMessageFields_PlainAddresses()109 assertEquals(ccList, localMessage.mCc); in testUpdateMessageFields_PlainAddresses()124 String ccList = String.format("%s <ccA@droid.com>,%s <ccB@droid.com>", e, e); in testUpdateMessageFields_EncodedAddresses() local131 final Address[] ccs = Address.fromHeader(ccList); in testUpdateMessageFields_EncodedAddresses()
1546 List<String> ccList = ccEmails; in createEmailAttendeesIntent() local1557 ccList = null; in createEmailAttendeesIntent()1596 if (ccList != null && ccList.size() > 0) { in createEmailAttendeesIntent()1597 for (String email : ccList) { in createEmailAttendeesIntent()