Home
last modified time | relevance | path

Searched refs:PRESET_CUSTOM (Results 1 – 3 of 3) sorted by relevance

/sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
DEditableItemConstants.java38 public static final Integer PRESET_CUSTOM = R.string.preset_custom; field
DEditableItem.java29 PRESET_BASIC, PRESET_EMAIL, PRESET_PHOTO, PRESET_CUSTOM),
121 if (this == PRESET && !PRESET_CUSTOM.equals(value)) in setValue()
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DEditors.java77 EditableItem.PRESET.setValue(PRESET_CUSTOM); in newEditor()