OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notificationactions
(Results
1 - 3
of
3
) 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/
NotificationActionUtils.java
196
* @param
notificationActions
A {@link Set} set of the actions to display
203
final Set<String>
notificationActions
) {
205
getSortedNotificationActions(folder,
notificationActions
);
[
all
...]
NotificationUtils.java
[
all
...]
Completed in 451 milliseconds