Home
last modified time | relevance | path

Searched refs:possibleCustomFrom (Results 1 – 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DReplyFromAccount.java110 public static boolean matchesAccountOrCustomFrom(Account account, String possibleCustomFrom, in matchesAccountOrCustomFrom() argument
112 if (TextUtils.isEmpty(possibleCustomFrom)) { in matchesAccountOrCustomFrom()
115 Rfc822Token[] tokens = Rfc822Tokenizer.tokenize(possibleCustomFrom); in matchesAccountOrCustomFrom()