Searched refs:mReplyFromAccount (Results 1 – 2 of 2) sorted by relevance
302 protected ReplyFromAccount mReplyFromAccount; field in ComposeActivity861 mDraftAccount = mReplyFromAccount; in finishSetup()1217 mReplyFromAccount = ReplyFromAccount.deserialize(mAccount, in initFromSpinner()1221 mReplyFromAccount = mFromSpinner.getMatchingReplyFromAccount(accountString); in initFromSpinner()1224 if (mReplyFromAccount == null) { in initFromSpinner()1226 mReplyFromAccount = getReplyFromAccountFromDraft(mDraft); in initFromSpinner()1228 mReplyFromAccount = getReplyFromAccountForReply(mAccount, mRefMessage); in initFromSpinner()1231 if (mReplyFromAccount == null) { in initFromSpinner()1232 mReplyFromAccount = getDefaultReplyFromAccount(mAccount); in initFromSpinner()1235 mFromSpinner.setCurrentAccount(mReplyFromAccount); in initFromSpinner()[all …]
36 if (mReplyFromAccount != null) { in onCreateOptionsMenu()49 mReplyFromAccount.account); in onOptionsItemSelected()