Searched refs:NO_ACTIONS_PRESET (Results 1 – 2 of 2) sorted by relevance
27 public static final ActionsPreset NO_ACTIONS_PRESET = new NoActionsPreset(); field in ActionsPresets31 NO_ACTIONS_PRESET,
226 if (preset.actionsRequired() && actionsPreset == ActionsPresets.NO_ACTIONS_PRESET) { in postNotifications()