Home | History | Annotate | Download | only in compose

Lines Matching refs:REPLY

129     public static final int REPLY = 0;
202 // If this is a reply/forward then this extra will hold the original message
204 // If this is a reply/forward then this extra will hold a uri we must query
342 return createActionIntent(launcher, account, messageUri, isReplyAll ? REPLY_ALL : REPLY);
375 public static void reply(Context launcher, Account account, Message message) {
376 launch(launcher, account, message, REPLY, null, null, null, null, null /* extraValues */);
537 case UIProvider.DraftType.REPLY:
538 action = REPLY;
557 // original sender and recipients if user switches "reply <-> reply-all".
563 } else if ((action == REPLY || action == REPLY_ALL || action == FORWARD)) {
704 case UIProvider.DraftType.REPLY:
707 action = REPLY;
719 case REPLY:
1037 * @return the address from which to reply.
1223 case ComposeActivity.REPLY:
1338 * called as a result of switching between reply, reply all, and forward per
1340 * attachments on a previous incarnation of the message (as a reply, reply
1647 if (mRefMessage != null && (action == REPLY || action == REPLY_ALL || action == FORWARD)) {
1732 // If there is no reply to address, the reply to address is the sender.
1737 // If this is a reply, the Cc list is empty. If this is a reply-all, the
1741 if (action == ComposeActivity.REPLY) {
1835 // The To recipient is the reply-to address specified in the original
1853 // wrote. In this case, "reply" really means "re-send," so we
1969 * 2) if a user replies/ reply all/ forwards from within gmail, save is
2795 case ComposeActivity.REPLY:
2796 draftType = DraftType.REPLY;
2962 case REPLY:
2963 msgType = "reply";
3001 if (position == ComposeActivity.REPLY) {
3002 mComposeMode = ComposeActivity.REPLY;
3038 // When switching between reply, reply all, forward,