Searched refs:persistedValue (Results 1 – 1 of 1) sorted by relevance
133 private NotificationActionType(final String persistedValue, final boolean isDestructive, in NotificationActionType() argument135 mPersistedValue = persistedValue; in NotificationActionType()144 private NotificationActionType(final String persistedValue, final boolean isDestructive, in NotificationActionType() argument147 mPersistedValue = persistedValue; in NotificationActionType()156 public static NotificationActionType getActionType(final String persistedValue) { in getActionType() argument157 return sPersistedMapping.get(persistedValue); in getActionType()