OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_CLEAR_NEW_MAIL_NOTIFICATIONS
(Results
1 - 3
of
3
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/
MailIntentService.java
42
public static final String
ACTION_CLEAR_NEW_MAIL_NOTIFICATIONS
=
78
} else if (
ACTION_CLEAR_NEW_MAIL_NOTIFICATIONS
.equals(action)) {
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java
663
new Intent(MailIntentService.
ACTION_CLEAR_NEW_MAIL_NOTIFICATIONS
);
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java
599
actionIntent = new Intent(MailIntentService.
ACTION_CLEAR_NEW_MAIL_NOTIFICATIONS
);
[
all
...]
Completed in 111 milliseconds