Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DComposeActivity.java304 protected ReplyFromAccount mReplyFromAccount; field in ComposeActivity
881 mDraftAccount = mReplyFromAccount; in finishSetup()
1237 mReplyFromAccount = ReplyFromAccount.deserialize(mAccount, in initFromSpinner()
1241 mReplyFromAccount = mFromSpinner.getMatchingReplyFromAccount(accountString); in initFromSpinner()
1244 if (mReplyFromAccount == null) { in initFromSpinner()
1246 mReplyFromAccount = getReplyFromAccountFromDraft(mDraft); in initFromSpinner()
1248 mReplyFromAccount = getReplyFromAccountForReply(mAccount, mRefMessage); in initFromSpinner()
1251 if (mReplyFromAccount == null) { in initFromSpinner()
1252 mReplyFromAccount = getDefaultReplyFromAccount(mAccount); in initFromSpinner()
1255 mFromSpinner.setCurrentAccount(mReplyFromAccount); in initFromSpinner()
[all …]
/packages/apps/Email/src/com/android/email/activity/
DComposeActivityEmail.java36 if (mReplyFromAccount != null) { in onCreateOptionsMenu()
49 mReplyFromAccount.account); in onOptionsItemSelected()