HomeSort by relevance Sort by last modified time
    Searched defs:REPLY_ALL (Results 1 - 4 of 4) sorted by null

  /packages/apps/Email/provider_src/com/android/email/
Preferences.java 64 private static final String REPLY_ALL = "reply_all";
213 return mSharedPreferences.contains(REPLY_ALL);
219 return mSharedPreferences.getBoolean(REPLY_ALL, false);
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationActionUtils.java 96 REPLY_ALL("reply_all", false, R.drawable.ic_reply_all_wht_24dp,
231 || notificationAction == NotificationActionType.REPLY_ALL) {
251 case REPLY_ALL:
298 if (unsortedActions.contains(NotificationActionType.REPLY_ALL)) {
299 sortedActions.add(NotificationActionType.REPLY_ALL);
317 if (unsortedActions.contains(NotificationActionType.REPLY_ALL)) {
318 sortedActions.add(NotificationActionType.REPLY_ALL);
338 if (unsortedActions.contains(NotificationActionType.REPLY_ALL)) {
339 sortedActions.add(NotificationActionType.REPLY_ALL);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java 156 public static final int REPLY_ALL = 1;
405 return createActionIntent(launcher, account, messageUri, isReplyAll ? REPLY_ALL : REPLY);
447 launch(launcher, account, message, REPLY_ALL, null, null, null, null,
685 case UIProvider.DraftType.REPLY_ALL:
686 action = REPLY_ALL;
708 } else if ((action == REPLY || action == REPLY_ALL || action == FORWARD)) {
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java     [all...]

Completed in 164 milliseconds