Home
last modified time | relevance | path

Searched refs:restartIntent (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/Timer/src/com.example.android.wearable.timer/
DTimerNotificationService.java98 Intent restartIntent = new Intent(Constants.ACTION_RESTART_ALARM, null, this, in showTimerDoneNotification() local
101 .getService(this, 0, restartIntent, PendingIntent.FLAG_UPDATE_CURRENT); in showTimerDoneNotification()
DSetTimerActivity.java134 Intent restartIntent = new Intent(Constants.ACTION_RESTART_ALARM, null, this, in buildNotification() local
137 .getService(this, 0, restartIntent, PendingIntent.FLAG_UPDATE_CURRENT); in buildNotification()