Searched refs:DEFAULT_REPLY_ALL (Results 1 – 3 of 3) sorted by relevance
67 public static final String DEFAULT_REPLY_ALL = "default-reply-all"; field in MailPrefs.PreferenceKeys144 .add(DEFAULT_REPLY_ALL)251 return getSharedPreferences().getBoolean(PreferenceKeys.DEFAULT_REPLY_ALL, false); in getDefaultReplyAll()255 getEditor().putBoolean(PreferenceKeys.DEFAULT_REPLY_ALL, replyAll).apply(); in setDefaultReplyAll()
130 !PreferenceKeys.DEFAULT_REPLY_ALL.equals(key) && in onPreferenceChange()207 PreferenceKeys.DEFAULT_REPLY_ALL, in onResume()
6295 PreferenceKeys.DEFAULT_REPLY_ALL.equals(key) || in onSharedPreferenceChanged()