Searched refs:replyAll (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/src/com/android/email/activity/
H A DMessageCompose.java297 * Compose a new message as a reply to the given message. If replyAll is true the function
301 * @param replyAll
303 public static void actionReply(Context context, long messageId, boolean replyAll) { argument
304 startActivityWithMessage(context, replyAll ? ACTION_REPLY_ALL : ACTION_REPLY, messageId);
2144 * Set up the to and cc views properly for the "reply" and "replyAll" cases. What's important
2148 * @param replyAll whether this is a replyAll (vs a reply)
2151 void setupAddressViews(Message message, Account account, boolean replyAll) { argument
2177 if (replyAll) {

Completed in 50 milliseconds