Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/
DComposeActivityTest.java158 String[] cc = activity.getCcAddresses(); in testRecipientsRefReplyAllCustomFromReplyTo()
195 String[] cc = activity.getCcAddresses(); in testRecipientsRefReplyAllOnlyAccount()
236 String[] cc = activity.getCcAddresses(); in testRecipientsRefReplyAllOnlyCustomFrom()
258 String[] cc = activity.getCcAddresses(); in testReply()
281 String[] cc = activity.getCcAddresses(); in testReplyWithReplyTo()
306 String[] cc = activity.getCcAddresses(); in testReplyToSelf()
331 String[] cc = activity.getCcAddresses(); in testReplyAllToSelf()
358 String[] cc = activity.getCcAddresses(); in testReplyAllToSelfWithCc()
384 String[] cc = activity.getCcAddresses(); in testReplyAll()
408 String[] cc = activity.getCcAddresses(); in testReplyAllWithReplyTo()
[all …]
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DMessage.java585 public synchronized String[] getCcAddresses() { in getCcAddresses() method in Message
593 return unescapeAddresses(getCcAddresses()); in getCcAddressesUnescaped()
/packages/apps/UnifiedEmail/src/com/android/mail/print/
DPrintUtils.java199 final String cc = renderEmailList(res, message.getCcAddresses(), addressCache); in renderRecipients()
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DComposeActivity.java2800 public String[] getCcAddresses() { in getCcAddresses() method
2991 cc = getCcAddresses();
3184 MessageModification.putCcAddresses(values, message.getCcAddresses());
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DMessageHeaderView.java424 mCc = mMessage.getCcAddresses(); in render()