Home | History | Annotate | Download | only in compose

Lines Matching refs:REPLY_ALL

149     public static final int REPLY_ALL = 1;
375 return createActionIntent(launcher, account, messageUri, isReplyAll ? REPLY_ALL : REPLY);
417 launch(launcher, account, message, REPLY_ALL, null, null, null, null,
642 case UIProvider.DraftType.REPLY_ALL:
643 action = REPLY_ALL;
665 } else if ((action == REPLY || action == REPLY_ALL || action == FORWARD)) {
857 case UIProvider.DraftType.REPLY_ALL:
872 case REPLY_ALL:
1438 case ComposeActivity.REPLY_ALL:
1890 if (mRefMessage != null && (action == REPLY || action == REPLY_ALL || action == FORWARD)) {
1998 } else if (action == ComposeActivity.REPLY_ALL) {
3194 case ComposeActivity.REPLY_ALL:
3195 draftType = DraftType.REPLY_ALL;
3373 case REPLY_ALL:
3374 msgType = "reply_all";
3411 } else if (position == ComposeActivity.REPLY_ALL) {
3412 mComposeMode = ComposeActivity.REPLY_ALL;
3431 || (!TextUtils.isEmpty(mDraft.getCc()) && mComposeMode == REPLY_ALL);