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
84
ARCHIVE_REMOVE_LABEL
("archive", true, R.drawable.ic_archive_wht_24dp,
253
case
ARCHIVE_REMOVE_LABEL
:
289
if (unsortedActions.contains(NotificationActionType.
ARCHIVE_REMOVE_LABEL
)) {
290
sortedActions.add(NotificationActionType.
ARCHIVE_REMOVE_LABEL
);
329
if (unsortedActions.contains(NotificationActionType.
ARCHIVE_REMOVE_LABEL
)) {
330
sortedActions.add(NotificationActionType.
ARCHIVE_REMOVE_LABEL
);
388
} case
ARCHIVE_REMOVE_LABEL
: {
447
case
ARCHIVE_REMOVE_LABEL
:
449
final String intentAction = (action == NotificationActionType.
ARCHIVE_REMOVE_LABEL
)
561
case
ARCHIVE_REMOVE_LABEL
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
FolderPreferences.java
258
NotificationActionType.
ARCHIVE_REMOVE_LABEL
: NotificationActionType.DELETE;
Completed in 88 milliseconds