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 83 public enum NotificationActionType {
110 private static final Map<String, NotificationActionType> sPersistedMapping;
122 final NotificationActionType[] values = values();
123 final ImmutableMap.Builder<String, NotificationActionType> mapBuilder =
124 new ImmutableMap.Builder<String, NotificationActionType>();
133 private NotificationActionType(final String persistedValue, final boolean isDestructive,
144 private NotificationActionType(final String persistedValue, final boolean isDestructive,
156 public static NotificationActionType getActionType(final String persistedValue) {
204 final List<NotificationActionType> sortedActions =
207 for (final NotificationActionType notificationAction : sortedActions)
    [all...]

Completed in 220 milliseconds