Home
last modified time | relevance | path

Searched refs:REPLY_ALL (Results 1 – 9 of 9) sorted by relevance

/packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/
DComposeActivityTest.java153 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/
DNotificationActionUtils.java96 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/
DPreferences.java64 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/
DComposeActivity.java156 public static final int REPLY_ALL = 1; field in ComposeActivity
405 return createActionIntent(launcher, account, messageUri, isReplyAll ? REPLY_ALL : REPLY); in createReplyIntent()
447 launch(launcher, account, message, REPLY_ALL, null, null, null, null, in replyAll()
685 case UIProvider.DraftType.REPLY_ALL: in finishCreate()
686 action = REPLY_ALL; in finishCreate()
708 } else if ((action == REPLY || action == REPLY_ALL || action == FORWARD)) { in finishCreate()
903 case UIProvider.DraftType.REPLY_ALL: in setFocus()
918 case REPLY_ALL: in setFocus()
1508 case ComposeActivity.REPLY_ALL: in initActionBar()
1978 if (mRefMessage != null && (action == REPLY || action == REPLY_ALL || action == FORWARD)) { in initQuotedTextFromRefMessage()
[all …]
DQuotedTextView.java248 if (action == ComposeActivity.REPLY || action == ComposeActivity.REPLY_ALL) { in setQuotedText()
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
DFolderPreferences.java263 ? NotificationActionType.REPLY_ALL.getPersistedValue() in getNotificationActions()
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DUIProvider.java1557 public static final int REPLY_ALL = 3; field in UIProvider.DraftType
2348 public static final int REPLY_ALL = 1; field in UIProvider.DefaultReplyBehavior
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DMessageHeaderView.java689 == UIProvider.DefaultReplyBehavior.REPLY_ALL : false; in setReplyOrReplyAllVisible()
934 == UIProvider.DefaultReplyBehavior.REPLY_ALL; in onClick()
/packages/apps/Email/provider_src/com/android/email/provider/
DEmailProvider.java2699 ") !=0 THEN " + UIProvider.DraftType.REPLY_ALL +
3675 ? UIProvider.DefaultReplyBehavior.REPLY_ALL in genQueryAccount()
3820 ? UIProvider.DefaultReplyBehavior.REPLY_ALL in addCombinedAccountRow()
4894 case DraftType.REPLY_ALL: in uiSaveMessage()
5018 case DraftType.REPLY_ALL: in uiSaveMessage()