Searched defs:REPLY_ALL (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Email/provider_src/com/android/email/
H A DPreferences.java64 private static final String REPLY_ALL = "reply_all"; field in class:Preferences
213 return mSharedPreferences.contains(REPLY_ALL);
219 return mSharedPreferences.getBoolean(REPLY_ALL, false);
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationActionUtils.java96 REPLY_ALL("reply_all", false, R.drawable.ic_reply_all_wht_24dp, enum constant in enum:NotificationActionUtils.NotificationActionType
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);
374 } case REPLY_ALL
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DComposeActivity.java157 public static final int REPLY_ALL = 1; field in class:ComposeActivity
406 return createActionIntent(launcher, account, messageUri, isReplyAll ? REPLY_ALL : REPLY);
448 launch(launcher, account, message, REPLY_ALL, null, null, null, null,
686 case UIProvider.DraftType.REPLY_ALL:
687 action = REPLY_ALL;
709 } else if ((action == REPLY || action == REPLY_ALL || action == FORWARD)) {
904 case UIProvider.DraftType.REPLY_ALL:
919 case REPLY_ALL:
1509 case ComposeActivity.REPLY_ALL:
1980 if (mRefMessage != null && (action == REPLY || action == REPLY_ALL || actio
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DUIProvider.java1557 public static final int REPLY_ALL = 3; field in class:UIProvider.DraftType
2355 public static final int REPLY_ALL = 1; field in class:UIProvider.DefaultReplyBehavior

Completed in 376 milliseconds