ComposeActivity.java | 155 public static final int REPLY = 0; 244 // If this is a reply/forward then this extra will hold the original message 246 // If this is a reply/forward then this extra will hold a uri we must query 405 return createActionIntent(launcher, account, messageUri, isReplyAll ? REPLY_ALL : REPLY); 439 public static void reply(Context launcher, Account account, Message message) { method in class:ComposeActivity 440 launch(launcher, account, message, REPLY, null, null, null, null, null /* extraValues */); 682 case UIProvider.DraftType.REPLY: 683 action = REPLY; 702 // original sender and recipients if user switches "reply <-> reply-all" [all...] |