Searched defs:setContentIntent (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DNotification.java1537 .setContentIntent(PendingIntent.getActivity(context, 0, contentIntent, 0))
2065 builder.setContentIntent(contentIntent);
2652 public Builder setContentIntent(PendingIntent intent) { method in class:Notification.Builder
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java987 * {@link NotificationCompat.Builder#setContentIntent setContentIntent()}
1229 public Builder setContentIntent(PendingIntent intent) { method in class:NotificationCompat.Builder
1599 * clicks the notification (see {@link #setContentIntent setContentIntent()}), and then
1620 * clicks the notification (see {@link #setContentIntent setContentIntent()}), and then

Completed in 602 milliseconds