OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:notificationActions
(Results
1 - 2
of
2
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
FolderPreferences.java
266
final Set<String>
notificationActions
= new LinkedHashSet<String>(2);
267
notificationActions
.add(destructiveAction);
268
notificationActions
.add(replyAction);
270
return
notificationActions
;
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java
[
all
...]
Completed in 117 milliseconds