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()
1055 final List<ReplyFromAccount> replyFromAccounts = mFromSpinner.getReplyFromAccounts(); in saveState() local1057 final ReplyFromAccount selectedReplyFromAccount = (replyFromAccounts != null in saveState()1058 && replyFromAccounts.size() > 0 && replyFromAccounts.size() > selectedPos) ? in saveState()1059 replyFromAccounts.get(selectedPos) : null; in saveState()1254 List<ReplyFromAccount> replyFromAccounts = mFromSpinner.getReplyFromAccounts(); in getReplyFromAccountForReply() local1255 for (ReplyFromAccount from : replyFromAccounts) { in getReplyFromAccountForReply()
111 List<ReplyFromAccount> replyFromAccounts) { in matchesAccountOrCustomFrom() argument122 for (ReplyFromAccount replyFromAccount : replyFromAccounts) { in matchesAccountOrCustomFrom()