OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARCHIVE_REMOVE_LABEL
(Results
1 - 2
of
2
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationActionUtils.java
81
ARCHIVE_REMOVE_LABEL
("archive", true, R.drawable.ic_menu_archive_holo_dark,
239
if (unsortedActions.contains(NotificationActionType.
ARCHIVE_REMOVE_LABEL
)) {
240
sortedActions.add(NotificationActionType.
ARCHIVE_REMOVE_LABEL
);
279
if (unsortedActions.contains(NotificationActionType.
ARCHIVE_REMOVE_LABEL
)) {
280
sortedActions.add(NotificationActionType.
ARCHIVE_REMOVE_LABEL
);
345
} case
ARCHIVE_REMOVE_LABEL
: {
455
case
ARCHIVE_REMOVE_LABEL
:
639
case
ARCHIVE_REMOVE_LABEL
: {
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
FolderPreferences.java
259
NotificationActionType.
ARCHIVE_REMOVE_LABEL
: NotificationActionType.DELETE;
Completed in 35 milliseconds