Searched refs:replyFromAccounts (Results 1 – 3 of 3) sorted by relevance
100 public void addAccounts(List<ReplyFromAccount> replyFromAccounts) { in addAccounts() argument102 for (ReplyFromAccount account : replyFromAccounts) { in addAccounts()
1075 final List<ReplyFromAccount> replyFromAccounts = mFromSpinner.getReplyFromAccounts(); in saveState() local1077 final ReplyFromAccount selectedReplyFromAccount = (replyFromAccounts != null in saveState()1078 && replyFromAccounts.size() > 0 && replyFromAccounts.size() > selectedPos) ? in saveState()1079 replyFromAccounts.get(selectedPos) : null; in saveState()1274 List<ReplyFromAccount> replyFromAccounts = mFromSpinner.getReplyFromAccounts(); in getReplyFromAccountForReply() local1275 for (ReplyFromAccount from : replyFromAccounts) { in getReplyFromAccountForReply()
111 List<ReplyFromAccount> replyFromAccounts) { in matchesAccountOrCustomFrom() argument122 for (ReplyFromAccount replyFromAccount : replyFromAccounts) { in matchesAccountOrCustomFrom()