HomeSort by relevance Sort by last modified time
    Searched defs:NotificationActionType (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/notifications/
message_center_stats_collector.h 25 enum NotificationActionType {
55 void CollectAction(NotificationActionType type);
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationActionUtils.java 80 public enum NotificationActionType {
107 private static final Map<String, NotificationActionType> sPersistedMapping;
119 final NotificationActionType[] values = values();
120 final ImmutableMap.Builder<String, NotificationActionType> mapBuilder =
121 new ImmutableMap.Builder<String, NotificationActionType>();
130 private NotificationActionType(final String persistedValue, final boolean isDestructive,
141 private NotificationActionType(final String persistedValue, final boolean isDestructive,
153 public static NotificationActionType getActionType(final String persistedValue) {
200 final List<NotificationActionType> sortedActions =
203 for (final NotificationActionType notificationAction : sortedActions)
    [all...]

Completed in 237 milliseconds