Searched refs:replyAll (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Email/src/com/android/email/preferences/ |
D | EmailPreferenceMigrator.java | 87 final boolean replyAll = preferences.getReplyAll(); in migrate() 88 mailPrefs.setDefaultReplyAll(replyAll); in migrate()
|
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/ |
D | MailPrefs.java | 254 public void setDefaultReplyAll(final boolean replyAll) { in setDefaultReplyAll() argument 255 getEditor().putBoolean(PreferenceKeys.DEFAULT_REPLY_ALL, replyAll).apply(); in setDefaultReplyAll()
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
D | ConversationFooterView.java | 84 ComposeActivity.replyAll(getContext(), getAccount(), message); in onClick()
|
D | MessageHeaderView.java | 907 ComposeActivity.replyAll(getContext(), getAccount(), mMessage); in onClick()
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
D | SecureConversationViewFragment.java | 307 ComposeActivity.replyAll(getActivity(), mAccount, msg); in handleReplyAll()
|
D | ConversationViewFragment.java | 1837 ComposeActivity.replyAll(getActivity(), mAccount, msg); in handleReplyAll()
|
/packages/apps/UnifiedEmail/src/com/android/mail/compose/ |
D | ComposeActivity.java | 448 public static void replyAll(Context launcher, Account account, Message message) { in replyAll() method in ComposeActivity
|