/packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/ |
D | ComposeActivityTest.java | 153 activity.mFromSpinner.initialize(ComposeActivity.REPLY_ALL, in testRecipientsRefReplyAllCustomFromReplyTo() 156 activity.initReplyRecipients(refMessage, ComposeActivity.REPLY_ALL); in testRecipientsRefReplyAllCustomFromReplyTo() 190 activity.mFromSpinner.initialize(ComposeActivity.REPLY_ALL, in testRecipientsRefReplyAllOnlyAccount() 193 activity.initReplyRecipients(refMessage, ComposeActivity.REPLY_ALL); in testRecipientsRefReplyAllOnlyAccount() 231 activity.mFromSpinner.initialize(ComposeActivity.REPLY_ALL, in testRecipientsRefReplyAllOnlyCustomFrom() 234 activity.initReplyRecipients(refMessage, ComposeActivity.REPLY_ALL); in testRecipientsRefReplyAllOnlyCustomFrom() 329 activity.initReplyRecipients(refMessage, ComposeActivity.REPLY_ALL); in testReplyAllToSelf() 356 activity.initReplyRecipients(refMessage, ComposeActivity.REPLY_ALL); in testReplyAllToSelfWithCc() 382 activity.initReplyRecipients(refMessage, ComposeActivity.REPLY_ALL); in testReplyAll() 406 activity.initReplyRecipients(refMessage, ComposeActivity.REPLY_ALL); in testReplyAllWithReplyTo() [all …]
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
D | NotificationActionUtils.java | 96 REPLY_ALL("reply_all", false, R.drawable.ic_reply_all_wht_24dp, enumConstant 231 || notificationAction == NotificationActionType.REPLY_ALL) { in addNotificationActions() 251 case REPLY_ALL: in mapWearActionResId() 298 if (unsortedActions.contains(NotificationActionType.REPLY_ALL)) { in getSortedNotificationActions() 299 sortedActions.add(NotificationActionType.REPLY_ALL); in getSortedNotificationActions() 317 if (unsortedActions.contains(NotificationActionType.REPLY_ALL)) { in getSortedNotificationActions() 318 sortedActions.add(NotificationActionType.REPLY_ALL); in getSortedNotificationActions() 338 if (unsortedActions.contains(NotificationActionType.REPLY_ALL)) { in getSortedNotificationActions() 339 sortedActions.add(NotificationActionType.REPLY_ALL); in getSortedNotificationActions() 374 } case REPLY_ALL: { in getNotificationActionPendingIntent() [all …]
|
/packages/apps/Email/provider_src/com/android/email/ |
D | Preferences.java | 64 private static final String REPLY_ALL = "reply_all"; field in Preferences 213 return mSharedPreferences.contains(REPLY_ALL); in hasReplyAll() 219 return mSharedPreferences.getBoolean(REPLY_ALL, false); in getReplyAll()
|
/packages/apps/UnifiedEmail/src/com/android/mail/compose/ |
D | ComposeActivity.java | 158 public static final int REPLY_ALL = 1; field in ComposeActivity 407 return createActionIntent(launcher, account, messageUri, isReplyAll ? REPLY_ALL : REPLY); in createReplyIntent() 449 launch(launcher, account, message, REPLY_ALL, null, null, null, null, in replyAll() 705 case UIProvider.DraftType.REPLY_ALL: in finishCreate() 706 action = REPLY_ALL; in finishCreate() 728 } else if ((action == REPLY || action == REPLY_ALL || action == FORWARD)) { in finishCreate() 923 case UIProvider.DraftType.REPLY_ALL: in setFocus() 938 case REPLY_ALL: in setFocus() 1528 case ComposeActivity.REPLY_ALL: in initActionBar() 2016 if (mRefMessage != null && (action == REPLY || action == REPLY_ALL || action == FORWARD)) { in initQuotedTextFromRefMessage() [all …]
|
D | QuotedTextView.java | 248 if (action == ComposeActivity.REPLY || action == ComposeActivity.REPLY_ALL) { in setQuotedText()
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
D | UIProvider.java | 1557 public static final int REPLY_ALL = 3; field in UIProvider.DraftType 2355 public static final int REPLY_ALL = 1; field in UIProvider.DefaultReplyBehavior
|
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/ |
D | FolderPreferences.java | 263 ? NotificationActionType.REPLY_ALL.getPersistedValue() in getNotificationActions()
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
D | MessageHeaderView.java | 689 == UIProvider.DefaultReplyBehavior.REPLY_ALL : false; in setReplyOrReplyAllVisible() 934 == UIProvider.DefaultReplyBehavior.REPLY_ALL; in onClick()
|
/packages/apps/Email/provider_src/com/android/email/provider/ |
D | EmailProvider.java | 2700 ") !=0 THEN " + UIProvider.DraftType.REPLY_ALL + 3676 ? UIProvider.DefaultReplyBehavior.REPLY_ALL in genQueryAccount() 3821 ? UIProvider.DefaultReplyBehavior.REPLY_ALL in addCombinedAccountRow() 4895 case DraftType.REPLY_ALL: in uiSaveMessage() 5019 case DraftType.REPLY_ALL: in uiSaveMessage()
|