HomeSort by relevance Sort by last modified time
    Searched defs:actionsPreset (Results 1 - 9 of 9) sorted by null

  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPreset.java 39 public final ActionsPreset actionsPreset;
47 PriorityPreset priorityPreset, ActionsPreset actionsPreset,
53 this.actionsPreset = actionsPreset;
MainActivity.java 224 ActionsPreset actionsPreset = ActionsPresets.PRESETS[
226 if (preset.actionsRequired() && actionsPreset == ActionsPresets.NO_ACTIONS_PRESET) {
228 actionsPreset = ActionsPresets.SINGLE_ACTION_PRESET;
230 actionsPreset), true);
236 actionsPreset,
NotificationPresets.java 78 options.actionsPreset.apply(context, builder, wearableOptions);
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPreset.java 39 public final ActionsPreset actionsPreset;
47 PriorityPreset priorityPreset, ActionsPreset actionsPreset,
53 this.actionsPreset = actionsPreset;
MainActivity.java 224 ActionsPreset actionsPreset = ActionsPresets.PRESETS[
226 if (preset.actionsRequired() && actionsPreset == ActionsPresets.NO_ACTIONS_PRESET) {
228 actionsPreset = ActionsPresets.SINGLE_ACTION_PRESET;
230 actionsPreset), true);
236 actionsPreset,
NotificationPresets.java 78 options.actionsPreset.apply(context, builder, wearableOptions);
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
NotificationPreset.java 39 public final ActionsPreset actionsPreset;
47 PriorityPreset priorityPreset, ActionsPreset actionsPreset,
53 this.actionsPreset = actionsPreset;
MainActivity.java 224 ActionsPreset actionsPreset = ActionsPresets.PRESETS[
226 if (preset.actionsRequired() && actionsPreset == ActionsPresets.NO_ACTIONS_PRESET) {
228 actionsPreset = ActionsPresets.SINGLE_ACTION_PRESET;
230 actionsPreset), true);
236 actionsPreset,
NotificationPresets.java 78 options.actionsPreset.apply(context, builder, wearableOptions);

Completed in 164 milliseconds