Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationActionUtils.java651 final PendingIntent clickPendingIntent = PendingIntent.getService(context, notificationId, in createUndoNotification() local
654 undoView.setOnClickPendingIntent(R.id.status_bar_latest_event_content, clickPendingIntent); in createUndoNotification()