Home
last modified time | relevance | path

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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
DRfc822Output.java92 /*package*/ static String[] buildBodyText(Body body, boolean useSmartReply) { in buildBodyText() argument
98 if (useSmartReply && pos > 0) { in buildBodyText()
124 boolean useSmartReply, boolean sendBcc, List<Attachment> attachments) in writeTo() argument
157 final String[] bodyText = buildBodyText(body, useSmartReply); in writeTo()