Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertReceiver.java296 PendingIntent mapIntent = null, callIntent = null, snoozeIntent = null, emailIntent = null; in buildBasicNotification() local
312 snoozeIntent = createSnoozeIntent(context, eventId, startMillis, endMillis, in buildBasicNotification()
348 if (snoozeIntent != null && numActions < MAX_NOTIF_ACTIONS) { in buildBasicNotification()
350 resources.getString(R.string.snooze_label), snoozeIntent); in buildBasicNotification()
392 if (snoozeIntent == null || numActions >= MAX_NOTIF_ACTIONS) { in buildBasicNotification()
396 contentView.setOnClickPendingIntent(R.id.snooze_button, snoozeIntent); in buildBasicNotification()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.java228 Intent snoozeIntent = AlarmStateManager.createStateChangeIntent(context, in showAlarmNotification() local
231 snoozeIntent, in showAlarmNotification()