Searched refs:ACTION_REPLY (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/activity/
H A DMessageComposeTests.java120 private static final String ACTION_REPLY = "com.android.email.intent.action.REPLY"; field in class:MessageComposeTests
204 Intent intent = new Intent(ACTION_REPLY);
248 Intent intent = new Intent(ACTION_REPLY);
291 Intent intent = new Intent(ACTION_REPLY);
344 Intent intent = new Intent(ACTION_REPLY);
379 Intent intent = new Intent(ACTION_REPLY);
/packages/apps/Email/src/com/android/email/activity/
H A DMessageCompose.java110 private static final String ACTION_REPLY = "com.android.email.intent.action.REPLY"; field in class:MessageCompose
304 startActivityWithMessage(context, replyAll ? ACTION_REPLY_ALL : ACTION_REPLY, messageId);
433 } else if (ACTION_REPLY.equals(mAction)
1003 return ACTION_REPLY;
1870 Lists.newArrayList(ACTION_REPLY, ACTION_REPLY_ALL, ACTION_FORWARD));
1903 return ACTION_REPLY;
1914 if (ACTION_REPLY.equals(action)) {
2209 if (ACTION_REPLY.equals(mAction) || ACTION_REPLY_ALL.equals(mAction)) {

Completed in 42 milliseconds