OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:replyall
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Email/src/com/android/email/preferences/
EmailPreferenceMigrator.java
90
final boolean
replyAll
= preferences.getReplyAll();
91
mailPrefs.setDefaultReplyAll(
replyAll
);
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
MailPrefs.java
195
public void setDefaultReplyAll(final boolean
replyAll
) {
196
getEditor().putBoolean(PreferenceKeys.DEFAULT_REPLY_ALL,
replyAll
).apply();
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Address.java
192
// A problem case is "
replyAll
" sending to both
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
Address.java
255
// A problem case is "
replyAll
" sending to both
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationActionUtils.java
338
Uri.parse("mailfrom://mail/account/" + "
replyall
/" + notificationId);
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageHeaderView.java
879
ComposeActivity.
replyAll
(getContext(), getAccount(), mMessage);
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java
382
public static void
replyAll
(Context launcher, Account account, Message message) {
[
all
...]
Completed in 442 milliseconds