Home | History | Annotate | Download | only in compose

Lines Matching defs:forward

158     public static final int FORWARD = 2;
245 // If this is a reply/forward then this extra will hold the original message
247 // If this is a reply/forward then this extra will hold a uri we must query
414 return createActionIntent(launcher, account, messageUri, FORWARD);
455 public static void forward(Context launcher, Account account, Message message) {
456 launch(launcher, account, message, FORWARD, null, null, null, null, null /* extraValues */);
461 launch(launcher, account, message, FORWARD,
689 case UIProvider.DraftType.FORWARD:
690 action = FORWARD;
709 } else if ((action == REPLY || action == REPLY_ALL || action == FORWARD)) {
900 case UIProvider.DraftType.FORWARD:
911 case FORWARD:
1383 // Bottom placeholder to forward click events to the body
1512 case ComposeActivity.FORWARD:
1545 if (action == FORWARD) {
1550 if (action == ComposeActivity.FORWARD || mAttachmentsChanged) {
1572 mForward = message.draftType == UIProvider.DraftType.FORWARD;
1641 * called as a result of switching between reply, reply all, and forward per
1644 * all, or forward), the original attachments from the message will not be
1991 if (mRefMessage != null && (action == REPLY || action == REPLY_ALL || action == FORWARD)) {
1992 mQuotedTextView.setQuotedText(action, refMessage, action != FORWARD);
2068 // Don't populate the address if this is a forward.
2069 if (action == ComposeActivity.FORWARD) {
2253 * E.g., "FWD: " is prepended if action is {@link ComposeActivity#FORWARD}.
2260 } else if (action == ComposeActivity.FORWARD) {
3010 // forwarding mails, since a common use case is to forward
3178 MessageModification.putForward(values, composeMode == ComposeActivity.FORWARD);
3275 case ComposeActivity.FORWARD:
3276 draftType = DraftType.FORWARD;
3472 case FORWARD:
3473 msgType = "forward";
3509 } else if (position == ComposeActivity.FORWARD) {
3510 mComposeMode = ComposeActivity.FORWARD;
3542 // When switching between reply, reply all, forward,
3919 if (mComposeMode != FORWARD) {