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

  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
Editors.java 74 if (item.equals(EditableItem.PRESET)) {
77 EditableItem.PRESET.setValue(PRESET_CUSTOM);
85 if (item.equals(EditableItem.PRESET))
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
EditableItem.java 28 PRESET(R.string.preset, TYPE_DROP_DOWN, CATEGORY_MAIN,
77 if (PRESET.hasValue())
81 PRESET.setValue(PRESET_BASIC);
121 if (this == PRESET && !PRESET_CUSTOM.equals(value))
135 if (item != PRESET)

Completed in 47 milliseconds