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.java1316 ReplyFromAccount matchingReplyFrom = null; in getMatchingRecipient() local
1332 matchingReplyFrom = entry; in getMatchingRecipient()
1338 matchingReplyFrom = getDefaultReplyFromAccount(account); in getMatchingRecipient()
1340 return matchingReplyFrom; in getMatchingRecipient()