Home
last modified time | relevance | path

Searched refs:actionsPreset (Results 1 – 3 of 3) sorted by relevance

/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DNotificationPreset.java39 public final ActionsPreset actionsPreset; field in NotificationPreset.BuildOptions
47 PriorityPreset priorityPreset, ActionsPreset actionsPreset, in BuildOptions() argument
53 this.actionsPreset = actionsPreset; in BuildOptions()
DMainActivity.java224 ActionsPreset actionsPreset = ActionsPresets.PRESETS[ in postNotifications() local
226 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()
DNotificationPresets.java78 options.actionsPreset.apply(context, builder, wearableOptions); in applyBasicOptions()