ComposeActivity.java | 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) { method in class:ComposeActivity 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" [all...] |