Searched refs:customFrom (Results 1 – 1 of 1) sorted by relevance
/packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/ |
D | ComposeActivityTest.java | 134 final String customFrom = "CUSTOMaccount3@mockuiprovider.com"; in testRecipientsRefReplyAllCustomFromReplyTo() local 138 + customFrom); in testRecipientsRefReplyAllCustomFromReplyTo() 139 refMessage.setReplyTo(customFrom); in testRecipientsRefReplyAllCustomFromReplyTo() 141 ReplyFromAccount a = new ReplyFromAccount(mAccount, mAccount.uri, customFrom, in testRecipientsRefReplyAllCustomFromReplyTo() 142 customFrom, customFrom, true, true); in testRecipientsRefReplyAllCustomFromReplyTo() 147 mAccount.getEmailAddress(), mAccount.getEmailAddress(), customFrom, true, false); in testRecipientsRefReplyAllCustomFromReplyTo() 162 assertFalse(toAsString.contains(customFrom)); in testRecipientsRefReplyAllCustomFromReplyTo() 214 final String customFrom = "CUSTOMaccount3@mockuiprovider.com"; in testRecipientsRefReplyAllOnlyCustomFrom() local 216 refMessage.setTo(customFrom); in testRecipientsRefReplyAllOnlyCustomFrom() 218 ReplyFromAccount a = new ReplyFromAccount(mAccount, mAccount.uri, customFrom, in testRecipientsRefReplyAllOnlyCustomFrom() [all …]
|