Home
last modified time | relevance | path

Searched refs:replyAll (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Email/src/com/android/email/preferences/
DEmailPreferenceMigrator.java87 final boolean replyAll = preferences.getReplyAll(); in migrate()
88 mailPrefs.setDefaultReplyAll(replyAll); in migrate()
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
DMailPrefs.java254 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/
DConversationFooterView.java84 ComposeActivity.replyAll(getContext(), getAccount(), message); in onClick()
DMessageHeaderView.java907 ComposeActivity.replyAll(getContext(), getAccount(), mMessage); in onClick()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DSecureConversationViewFragment.java307 ComposeActivity.replyAll(getActivity(), mAccount, msg); in handleReplyAll()
DConversationViewFragment.java1837 ComposeActivity.replyAll(getActivity(), mAccount, msg); in handleReplyAll()
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DComposeActivity.java446 public static void replyAll(Context launcher, Account account, Message message) { in replyAll() method in ComposeActivity