Searched defs:NotificationActionType (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationActionUtils.java80 public enum NotificationActionType { enum in class:NotificationActionUtils
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, method in class:NotificationActionUtils.NotificationActionType
141 private NotificationActionType(final String persistedValue, final boolean isDestructive, method in class:NotificationActionUtils.NotificationActionType
153 public static NotificationActionType getActionType(final String persistedValue) {
200 final List<NotificationActionType> sortedActions =
203 for (final NotificationActionType notificationActio
[all...]

Completed in 89 milliseconds