HomeSort by relevance Sort by last modified time
    Searched refs:SINGLE_ACTION_PRESET (Results 1 - 6 of 6) sorted by null

  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
ActionsPresets.java 28 public static final ActionsPreset SINGLE_ACTION_PRESET = new SingleActionPreset();
32 SINGLE_ACTION_PRESET,
MainActivity.java 228 actionsPreset = ActionsPresets.SINGLE_ACTION_PRESET;
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
ActionsPresets.java 28 public static final ActionsPreset SINGLE_ACTION_PRESET = new SingleActionPreset();
32 SINGLE_ACTION_PRESET,
MainActivity.java 228 actionsPreset = ActionsPresets.SINGLE_ACTION_PRESET;
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
ActionsPresets.java 28 public static final ActionsPreset SINGLE_ACTION_PRESET = new SingleActionPreset();
32 SINGLE_ACTION_PRESET,
MainActivity.java 228 actionsPreset = ActionsPresets.SINGLE_ACTION_PRESET;

Completed in 297 milliseconds