Searched refs:mReplyFromAccount (Results 1 – 2 of 2) sorted by relevance
304 protected ReplyFromAccount mReplyFromAccount; field in ComposeActivity881 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 …]
36 if (mReplyFromAccount != null) { in onCreateOptionsMenu()49 mReplyFromAccount.account); in onOptionsItemSelected()