Searched refs:ActionsPresets (Results 1 – 2 of 2) sorted by relevance
131 ActionsPresets.PRESETS)); in initActionsSpinner()224 ActionsPreset actionsPreset = ActionsPresets.PRESETS[ in postNotifications()226 if (preset.actionsRequired() && actionsPreset == ActionsPresets.NO_ACTIONS_PRESET) { in postNotifications()228 actionsPreset = ActionsPresets.SINGLE_ACTION_PRESET; in postNotifications()229 mActionsSpinner.setSelection(Arrays.asList(ActionsPresets.PRESETS).indexOf( in postNotifications()
26 public class ActionsPresets { class