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

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java849 * {@link NotificationCompat.Builder#setContentIntent setContentIntent()}
1053 public Builder setContentIntent(PendingIntent intent) { method in class:NotificationCompat.Builder
1423 * clicks the notification (see {@link #setContentIntent setContentIntent()}), and then
1444 * clicks the notification (see {@link #setContentIntent setContentIntent()}), and then
/frameworks/base/core/java/android/app/
H A DNotification.java1747 builder.setContentIntent(contentIntent);
2232 public Builder setContentIntent(PendingIntent intent) { method in class:Notification.Builder

Completed in 65 milliseconds