Home
last modified time | relevance | path

Searched refs:initReplyRecipients (Results 1 – 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/
DComposeActivityTest.java156 activity.initReplyRecipients(refMessage, ComposeActivity.REPLY_ALL); in testRecipientsRefReplyAllCustomFromReplyTo()
193 activity.initReplyRecipients(refMessage, ComposeActivity.REPLY_ALL); in testRecipientsRefReplyAllOnlyAccount()
234 activity.initReplyRecipients(refMessage, ComposeActivity.REPLY_ALL); in testRecipientsRefReplyAllOnlyCustomFrom()
256 activity.initReplyRecipients(refMessage, ComposeActivity.REPLY); in testReply()
279 activity.initReplyRecipients(refMessage, ComposeActivity.REPLY); in testReplyWithReplyTo()
304 activity.initReplyRecipients(refMessage, ComposeActivity.REPLY); in testReplyToSelf()
329 activity.initReplyRecipients(refMessage, ComposeActivity.REPLY_ALL); in testReplyAllToSelf()
356 activity.initReplyRecipients(refMessage, ComposeActivity.REPLY_ALL); in testReplyAllToSelfWithCc()
382 activity.initReplyRecipients(refMessage, ComposeActivity.REPLY_ALL); in testReplyAll()
406 activity.initReplyRecipients(refMessage, ComposeActivity.REPLY_ALL); in testReplyAllWithReplyTo()
[all …]
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DComposeActivity.java2061 initReplyRecipients(refMessage, action); in initRecipientsFromRefMessage()
2067 void initReplyRecipients(final Message refMessage, final int action) { in initReplyRecipients() method