HomeSort by relevance Sort by last modified time
    Searched refs:NO_ACTIONS_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 27 public static final ActionsPreset NO_ACTIONS_PRESET = new NoActionsPreset();
31 NO_ACTIONS_PRESET,
MainActivity.java 226 if (preset.actionsRequired() && actionsPreset == ActionsPresets.NO_ACTIONS_PRESET) {
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
ActionsPresets.java 27 public static final ActionsPreset NO_ACTIONS_PRESET = new NoActionsPreset();
31 NO_ACTIONS_PRESET,
MainActivity.java 226 if (preset.actionsRequired() && actionsPreset == ActionsPresets.NO_ACTIONS_PRESET) {
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
ActionsPresets.java 27 public static final ActionsPreset NO_ACTIONS_PRESET = new NoActionsPreset();
31 NO_ACTIONS_PRESET,
MainActivity.java 226 if (preset.actionsRequired() && actionsPreset == ActionsPresets.NO_ACTIONS_PRESET) {

Completed in 144 milliseconds