Searched refs:PRESET_BASIC (Results 1 – 2 of 2) sorted by relevance
29 PRESET_BASIC, PRESET_EMAIL, PRESET_PHOTO, PRESET_CUSTOM),81 PRESET.setValue(PRESET_BASIC); in initIfNecessary()138 if (PRESET_BASIC.equals(mValue)) { in applyPreset()
39 public static final Integer PRESET_BASIC = R.string.preset_basic; field