Searched refs:replyFromAccount (Results 1 – 2 of 2) sorted by relevance
80 ReplyFromAccount replyFromAccount = null; in deserialize() local88 replyFromAccount = new ReplyFromAccount(account, uri, addressString, nameString, in deserialize()93 return replyFromAccount; in deserialize()97 ReplyFromAccount replyFromAccount = null; in deserialize() local99 replyFromAccount = deserialize(account, new JSONObject(stringExtra)); in deserialize()103 return replyFromAccount; in deserialize()122 for (ReplyFromAccount replyFromAccount : replyFromAccounts) { in matchesAccountOrCustomFrom()123 if (TextUtils.equals(Utils.normalizeEmailAddress(replyFromAccount.address), in matchesAccountOrCustomFrom()124 parsedFromAddress) && replyFromAccount.isCustomFrom) { in matchesAccountOrCustomFrom()
1356 ReplyFromAccount replyFromAccount = null; in getReplyFromAccountFromDraft() local1360 replyFromAccount = fromAccount; in getReplyFromAccountFromDraft()1364 return replyFromAccount; in getReplyFromAccountFromDraft()