HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_REPLY (Results 1 - 2 of 2) sorted by null

  /packages/apps/Email/tests/src/com/android/email/activity/
MessageComposeTests.java 120 private static final String ACTION_REPLY = "com.android.email.intent.action.REPLY";
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);
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageCompose.java 110 private static final String ACTION_REPLY = "com.android.email.intent.action.REPLY";
304 startActivityWithMessage(context, replyAll ? ACTION_REPLY_ALL : ACTION_REPLY, messageId);
433 } else if (ACTION_REPLY.equals(mAction)
    [all...]

Completed in 46 milliseconds