Home
last modified time | relevance | path

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

/development/samples/browseable/Timer/src/com.example.android.wearable.timer/
DTimerNotificationService.java52 if (Constants.ACTION_SHOW_ALARM.equals(action)) { in onHandleIntent()
76 Intent intent = new Intent(Constants.ACTION_SHOW_ALARM, null, this, in deleteTimer()
DSetTimerActivity.java113 Intent intent = new Intent(Constants.ACTION_SHOW_ALARM, null, this, in registerWithAlarmManager()
/development/samples/browseable/Timer/src/com.example.android.wearable.timer/util/
DConstants.java33 public static final String ACTION_SHOW_ALARM field in Constants