OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REPLY_ALL
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Email/src/com/android/email/activity/setup/
GeneralPreferences.java
38
private static final String PREFERENCE_KEY_REPLY_ALL = Preferences.
REPLY_ALL
;
/packages/apps/Email/src/com/android/email/
Preferences.java
68
//
REPLY_ALL
is saved by the framework (CheckBoxPreference's parent, Preference).
70
public static final String
REPLY_ALL
= "
reply_all
";
/packages/apps/Email/src/com/android/email/activity/
MessageViewFragment.java
195
Preferences.
REPLY_ALL
, Preferences.REPLY_ALL_DEFAULT);
215
mReplyAllButton = UiUtilities.getView(view, R.id.
reply_all
);
398
case R.id.
reply_all
:
433
menu.removeItem(mDefaultReplyAll ? R.id.
reply_all
: R.id.reply);
450
case R.id.
reply_all
:
Completed in 36 milliseconds