OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notificationActions
(Results
1 - 3
of
3
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
FolderPreferences.java
267
final Set<String>
notificationActions
= new LinkedHashSet<String>(2);
268
notificationActions
.add(destructiveAction);
269
notificationActions
.add(replyAction);
271
return
notificationActions
;
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationActionUtils.java
193
* @param
notificationActions
A {@link Set} set of the actions to display
199
final Set<String>
notificationActions
) {
201
getSortedNotificationActions(folder,
notificationActions
);
[
all
...]
NotificationUtils.java
[
all
...]
Completed in 346 milliseconds