Home
last modified time | relevance | path

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

/sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
DEditableItemConstants.java41 public static final Integer PRESET_PHOTO = R.string.preset_photo; field
DEditableItem.java29 PRESET_BASIC, PRESET_EMAIL, PRESET_PHOTO, PRESET_CUSTOM),
151 } else if (PRESET_PHOTO.equals(mValue)) { in applyPreset()