Searched refs:restartIntent (Results 1 – 2 of 2) sorted by relevance
/development/samples/browseable/Timer/src/com.example.android.wearable.timer/ |
D | TimerNotificationService.java | 98 Intent restartIntent = new Intent(Constants.ACTION_RESTART_ALARM, null, this, in showTimerDoneNotification() local 101 .getService(this, 0, restartIntent, PendingIntent.FLAG_UPDATE_CURRENT); in showTimerDoneNotification()
|
D | SetTimerActivity.java | 134 Intent restartIntent = new Intent(Constants.ACTION_RESTART_ALARM, null, this, in buildNotification() local 137 .getService(this, 0, restartIntent, PendingIntent.FLAG_UPDATE_CURRENT); in buildNotification()
|