Searched refs:recipientMatchesThisAccount (Results 1 – 1 of 1) sorted by relevance
2196 && !recipientMatchesThisAccount(replyToAddress)) { in initToRecipients()2204 if (inToAddresses.length == 1 && recipientMatchesThisAccount(fullSenderAddress) in initToRecipients()2205 && recipientMatchesThisAccount(inToAddresses[0])) { in initToRecipients()2214 if (!recipientMatchesThisAccount(address)) { in initToRecipients()2227 if (!recipientMatchesThisAccount(recipientAddress)) { in addRecipients()2239 protected boolean recipientMatchesThisAccount(String recipientAddress) { in recipientMatchesThisAccount() method