Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/
DComposeActivityTest.java151 activity.mFromSpinner = new FromAddressSpinner(activity); in testRecipientsRefReplyAllCustomFromReplyTo()
152 activity.mFromSpinner.setCurrentAccount(currentAccount); in testRecipientsRefReplyAllCustomFromReplyTo()
153 activity.mFromSpinner.initialize(ComposeActivity.REPLY_ALL, in testRecipientsRefReplyAllCustomFromReplyTo()
188 activity.mFromSpinner = new FromAddressSpinner(activity); in testRecipientsRefReplyAllOnlyAccount()
189 activity.mFromSpinner.setCurrentAccount(currentAccount); in testRecipientsRefReplyAllOnlyAccount()
190 activity.mFromSpinner.initialize(ComposeActivity.REPLY_ALL, in testRecipientsRefReplyAllOnlyAccount()
229 activity.mFromSpinner = new FromAddressSpinner(activity); in testRecipientsRefReplyAllOnlyCustomFrom()
230 activity.mFromSpinner.setCurrentAccount(currentAccount); in testRecipientsRefReplyAllOnlyCustomFrom()
231 activity.mFromSpinner.initialize(ComposeActivity.REPLY_ALL, in testRecipientsRefReplyAllOnlyCustomFrom()
561 activity.mFromSpinner = new FromAddressSpinner(activity); in brokentestRecipientsRefMessageReplyToCustomFrom()
[all …]
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DComposeActivity.java317 protected FromAddressSpinner mFromSpinner; field in ComposeActivity
966 if (mFromSpinner != null && mAccount != null) { in onResume()
967 mFromSpinner.initialize(mComposeMode, mAccount, mAccounts, mRefMessage); in onResume()
1056 final List<ReplyFromAccount> replyFromAccounts = mFromSpinner.getReplyFromAccounts(); in saveState()
1057 final int selectedPos = mFromSpinner.getSelectedItemPosition(); in saveState()
1214 mFromSpinner.initialize(action, mAccount, mAccounts, mRefMessage); in initFromSpinner()
1222 mReplyFromAccount = mFromSpinner.getMatchingReplyFromAccount(accountString); in initFromSpinner()
1236 mFromSpinner.setCurrentAccount(mReplyFromAccount); in initFromSpinner()
1238 if (mFromSpinner.getCount() > 1) { in initFromSpinner()
1255 List<ReplyFromAccount> replyFromAccounts = mFromSpinner.getReplyFromAccounts(); in getReplyFromAccountForReply()
[all …]