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

  /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...]
  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
FolderPreferences.java 29 import com.android.mail.utils.NotificationActionUtils.NotificationActionType;
256 final NotificationActionType destructiveActionType =
258 NotificationActionType.ARCHIVE_REMOVE_LABEL : NotificationActionType.DELETE;
263 ? NotificationActionType.REPLY_ALL.getPersistedValue()
264 : NotificationActionType.REPLY.getPersistedValue();
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationCursor.java 53 import com.android.mail.utils.NotificationActionUtils.NotificationActionType;
    [all...]

Completed in 164 milliseconds