Searched refs:snoozeIntent (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
D | AlertReceiver.java | 296 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/ |
D | AlarmNotifications.java | 401 Intent snoozeIntent = AlarmStateManager.createStateChangeIntent(service, in showAlarmNotification() local 403 snoozeIntent.putExtra(AlarmStateManager.FROM_NOTIFICATION_EXTRA, true); in showAlarmNotification() 405 ALARM_FIRING_NOTIFICATION_ID, snoozeIntent, PendingIntent.FLAG_UPDATE_CURRENT); in showAlarmNotification()
|