HomeSort by relevance Sort by last modified time
    Searched refs:replyAll (Results 1 - 7 of 7) sorted by null

  /packages/apps/Email/src/com/android/email/preferences/
EmailPreferenceMigrator.java 87 final boolean replyAll = preferences.getReplyAll();
88 mailPrefs.setDefaultReplyAll(replyAll);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationFooterView.java 84 ComposeActivity.replyAll(getContext(), getAccount(), message);
MessageHeaderView.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
MailPrefs.java 254 public void setDefaultReplyAll(final boolean replyAll) {
255 getEditor().putBoolean(PreferenceKeys.DEFAULT_REPLY_ALL, replyAll).apply();
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SecureConversationViewFragment.java 307 ComposeActivity.replyAll(getActivity(), mAccount, msg);
ConversationViewFragment.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java 446 public static void replyAll(Context launcher, Account account, Message message) {
    [all...]

Completed in 746 milliseconds