Searched refs:getBccAddresses (Results 1 – 5 of 5) sorted by relevance
159 String[] bcc = activity.getBccAddresses(); in testRecipientsRefReplyAllCustomFromReplyTo()196 String[] bcc = activity.getBccAddresses(); in testRecipientsRefReplyAllOnlyAccount()237 String[] bcc = activity.getBccAddresses(); in testRecipientsRefReplyAllOnlyCustomFrom()259 String[] bcc = activity.getBccAddresses(); in testReply()282 String[] bcc = activity.getBccAddresses(); in testReplyWithReplyTo()307 String[] bcc = activity.getBccAddresses(); in testReplyToSelf()332 String[] bcc = activity.getBccAddresses(); in testReplyAllToSelf()359 String[] bcc = activity.getBccAddresses(); in testReplyAllToSelfWithCc()385 String[] bcc = activity.getBccAddresses(); in testReplyAll()409 String[] bcc = activity.getBccAddresses(); in testReplyAllWithReplyTo()[all …]
596 public synchronized String[] getBccAddresses() { in getBccAddresses() method in Message604 return unescapeAddresses(getBccAddresses()); in getBccAddressesUnescaped()
204 final String bcc = renderEmailList(res, message.getBccAddresses(), addressCache); in renderRecipients()
2807 public String[] getBccAddresses() { in getBccAddresses() method2992 bcc = getBccAddresses();3185 MessageModification.putBccAddresses(values, message.getBccAddresses());
425 mBcc = mMessage.getBccAddresses(); in render()