Searched refs:actionsPreset (Results 1 – 3 of 3) sorted by relevance
39 public final ActionsPreset actionsPreset; field in NotificationPreset.BuildOptions47 PriorityPreset priorityPreset, ActionsPreset actionsPreset, in BuildOptions() argument53 this.actionsPreset = actionsPreset; in BuildOptions()
224 ActionsPreset actionsPreset = ActionsPresets.PRESETS[ in postNotifications() local226 if (preset.actionsRequired() && actionsPreset == ActionsPresets.NO_ACTIONS_PRESET) { in postNotifications()228 actionsPreset = ActionsPresets.SINGLE_ACTION_PRESET; in postNotifications()230 actionsPreset), true); in postNotifications()236 actionsPreset, in postNotifications()
78 options.actionsPreset.apply(context, builder, wearableOptions); in applyBasicOptions()