Searched refs:mFromSpinner (Results 1 – 2 of 2) sorted by relevance
151 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 …]
316 protected FromAddressSpinner mFromSpinner; field in ComposeActivity965 if (mFromSpinner != null && mAccount != null) { in onResume()966 mFromSpinner.initialize(mComposeMode, mAccount, mAccounts, mRefMessage); in onResume()1055 final List<ReplyFromAccount> replyFromAccounts = mFromSpinner.getReplyFromAccounts(); in saveState()1056 final int selectedPos = mFromSpinner.getSelectedItemPosition(); in saveState()1213 mFromSpinner.initialize(action, mAccount, mAccounts, mRefMessage); in initFromSpinner()1221 mReplyFromAccount = mFromSpinner.getMatchingReplyFromAccount(accountString); in initFromSpinner()1235 mFromSpinner.setCurrentAccount(mReplyFromAccount); in initFromSpinner()1237 if (mFromSpinner.getCount() > 1) { in initFromSpinner()1254 List<ReplyFromAccount> replyFromAccounts = mFromSpinner.getReplyFromAccounts(); in getReplyFromAccountForReply()[all …]