Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DComposeActivity.java1297 ReplyFromAccount matchingReplyFrom = null; in getMatchingRecipient() local
1313 matchingReplyFrom = entry; in getMatchingRecipient()
1319 matchingReplyFrom = getDefaultReplyFromAccount(account); in getMatchingRecipient()
1321 return matchingReplyFrom; in getMatchingRecipient()