Searched refs:mReplyFromAccounts (Results 1 – 1 of 1) sorted by relevance
39 private final List<ReplyFromAccount> mReplyFromAccounts = Lists.newArrayList(); field in FromAddressSpinner60 for (ReplyFromAccount acct : mReplyFromAccounts) { in selectCurrentAccount()72 for (ReplyFromAccount acct : mReplyFromAccounts) { in getMatchingReplyFromAccount()129 mReplyFromAccounts.clear(); in initFromSpinner()131 mReplyFromAccounts.addAll(account.getReplyFroms()); in initFromSpinner()133 adapter.addAccounts(mReplyFromAccounts); in initFromSpinner()141 return mReplyFromAccounts; in getReplyFromAccounts()