Searched refs:getToAddresses (Results 1 – 5 of 5) sorted by relevance
157 String[] to = activity.getToAddresses(); in testRecipientsRefReplyAllCustomFromReplyTo()194 String[] to = activity.getToAddresses(); in testRecipientsRefReplyAllOnlyAccount()235 String[] to = activity.getToAddresses(); in testRecipientsRefReplyAllOnlyCustomFrom()257 String[] to = activity.getToAddresses(); in testReply()280 String[] to = activity.getToAddresses(); in testReplyWithReplyTo()305 String[] to = activity.getToAddresses(); in testReplyToSelf()330 String[] to = activity.getToAddresses(); in testReplyAllToSelf()357 String[] to = activity.getToAddresses(); in testReplyAllToSelfWithCc()383 String[] to = activity.getToAddresses(); in testReplyAll()407 String[] to = activity.getToAddresses(); in testReplyAllWithReplyTo()[all …]
574 public synchronized String[] getToAddresses() { in getToAddresses() method in Message582 return unescapeAddresses(getToAddresses()); in getToAddressesUnescaped()
189 final String to = renderEmailList(res, message.getToAddresses(), addressCache); in renderRecipients()
2793 public String[] getToAddresses() { in getToAddresses() method2990 to = getToAddresses();3183 MessageModification.putToAddresses(values, message.getToAddresses());
423 mTo = mMessage.getToAddresses(); in render()