Home
last modified time | relevance | path

Searched refs:getPersistedValue (Results 1 – 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
DFolderPreferences.java259 final String destructiveAction = destructiveActionType.getPersistedValue(); in getNotificationActions()
263 ? NotificationActionType.REPLY_ALL.getPersistedValue() in getNotificationActions()
264 : NotificationActionType.REPLY.getPersistedValue(); in getNotificationActions()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationActionUtils.java127 mapBuilder.put(values[i].getPersistedValue(), values[i]); in mapBuilder.put() argument
160 public String getPersistedValue() { in getPersistedValue() method in NotificationActionUtils.NotificationActionType