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

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java864 * {@link NotificationCompat.Builder#setContentIntent setContentIntent()}
1082 public Builder setContentIntent(PendingIntent intent) { method in class:NotificationCompat.Builder
1452 * clicks the notification (see {@link #setContentIntent setContentIntent()}), and then
1473 * clicks the notification (see {@link #setContentIntent setContentIntent()}), and then
/frameworks/base/core/java/android/app/
H A DNotification.java1383 .setContentIntent(PendingIntent.getActivity(context, 0, contentIntent, 0))
1823 builder.setContentIntent(contentIntent);
2373 public Builder setContentIntent(PendingIntent intent) { method in class:Notification.Builder

Completed in 321 milliseconds