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

/frameworks/base/core/java/android/app/
H A DNotification.java1565 .setContentIntent(PendingIntent.getActivity(context, 0, contentIntent, 0))
2093 builder.setContentIntent(contentIntent);
2680 public Builder setContentIntent(PendingIntent intent) { method in class:Notification.Builder
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java974 * {@link NotificationCompat.Builder#setContentIntent setContentIntent()}
1228 public Builder setContentIntent(PendingIntent intent) { method in class:NotificationCompat.Builder
1598 * clicks the notification (see {@link #setContentIntent setContentIntent()}), and then
1619 * clicks the notification (see {@link #setContentIntent setContentIntent()}), and then

Completed in 158 milliseconds