Searched refs:useSmartReply (Results 1 – 1 of 1) sorted by relevance
92 /*package*/ static String[] buildBodyText(Body body, boolean useSmartReply) { in buildBodyText() argument98 if (useSmartReply && pos > 0) { in buildBodyText()124 boolean useSmartReply, boolean sendBcc, List<Attachment> attachments) in writeTo() argument157 final String[] bodyText = buildBodyText(body, useSmartReply); in writeTo()