Home
last modified time | relevance | path

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

/development/samples/browseable/Timer/src/com.example.android.wearable.timer/util/
DConstants.java37 public static final String ACTION_RESTART_ALARM field in Constants
/development/samples/browseable/Timer/src/com.example.android.wearable.timer/
DTimerNotificationService.java56 } else if (Constants.ACTION_RESTART_ALARM.equals(action)) { in onHandleIntent()
98 Intent restartIntent = new Intent(Constants.ACTION_RESTART_ALARM, null, this, in showTimerDoneNotification()
DSetTimerActivity.java134 Intent restartIntent = new Intent(Constants.ACTION_RESTART_ALARM, null, this, in buildNotification()