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

  /developers/build/prebuilts/gradle/Timer/Wearable/src/main/java/com/example/android/wearable/timer/util/
Constants.java 33 public static final String ACTION_SHOW_ALARM
  /developers/samples/android/deprecated/wearable/wear/Timer/Wearable/src/main/java/com/example/android/wearable/timer/util/
Constants.java 33 public static final String ACTION_SHOW_ALARM
  /development/samples/browseable/Timer/src/com.example.android.wearable.timer/util/
Constants.java 33 public static final String ACTION_SHOW_ALARM
  /developers/build/prebuilts/gradle/Timer/Wearable/src/main/java/com/example/android/wearable/timer/
TimerNotificationService.java 52 if (Constants.ACTION_SHOW_ALARM.equals(action)) {
76 Intent intent = new Intent(Constants.ACTION_SHOW_ALARM, null, this,
SetTimerActivity.java 113 Intent intent = new Intent(Constants.ACTION_SHOW_ALARM, null, this,
  /developers/samples/android/deprecated/wearable/wear/Timer/Wearable/src/main/java/com/example/android/wearable/timer/
TimerNotificationService.java 52 if (Constants.ACTION_SHOW_ALARM.equals(action)) {
76 Intent intent = new Intent(Constants.ACTION_SHOW_ALARM, null, this,
SetTimerActivity.java 113 Intent intent = new Intent(Constants.ACTION_SHOW_ALARM, null, this,
  /development/samples/browseable/Timer/src/com.example.android.wearable.timer/
TimerNotificationService.java 52 if (Constants.ACTION_SHOW_ALARM.equals(action)) {
76 Intent intent = new Intent(Constants.ACTION_SHOW_ALARM, null, this,
SetTimerActivity.java 113 Intent intent = new Intent(Constants.ACTION_SHOW_ALARM, null, this,

Completed in 181 milliseconds