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

/packages/apps/Email/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.java149 public static final int REPLY_ALL = 1; field in class:ComposeActivity
375 return createActionIntent(launcher, account, messageUri, isReplyAll ? REPLY_ALL : REPLY);
417 launch(launcher, account, message, REPLY_ALL, null, null, null, null,
642 case UIProvider.DraftType.REPLY_ALL:
643 action = REPLY_ALL;
665 } else if ((action == REPLY || action == REPLY_ALL || action == FORWARD)) {
857 case UIProvider.DraftType.REPLY_ALL:
872 case REPLY_ALL:
1438 case ComposeActivity.REPLY_ALL:
1890 if (mRefMessage != null && (action == REPLY || action == REPLY_ALL || actio
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DUIProvider.java1500 public static final int REPLY_ALL = 3; field in class:UIProvider.DraftType
2291 public static final int REPLY_ALL = 1; field in class:UIProvider.DefaultReplyBehavior

Completed in 189 milliseconds