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.java158 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 …]
DQuotedTextView.java248 if (action == ComposeActivity.REPLY || action == ComposeActivity.REPLY_ALL) { in setQuotedText()
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DUIProvider.java1557 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/
DFolderPreferences.java263 ? NotificationActionType.REPLY_ALL.getPersistedValue() in getNotificationActions()
/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.java2700 ") !=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()