Home | History | Annotate | Download | only in statusbar

Lines Matching refs:contentIntent

759         PendingIntent contentIntent = sbn.getNotification().contentIntent;
760 if (contentIntent != null) {
761 final View.OnClickListener listener = new NotificationClicker(contentIntent,
858 Slog.w(TAG, "Sending contentIntent failed: " + e);
1082 // update the contentIntent
1083 final PendingIntent contentIntent = notification.getNotification().contentIntent;
1084 if (contentIntent != null) {
1085 final View.OnClickListener listener = makeClicker(contentIntent,