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

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java1094 public Builder setDeleteIntent(PendingIntent intent) { method in class:NotificationCompat.Builder
1241 * set with {@link #setDeleteIntent} will be broadcast when the notification
/frameworks/base/core/java/android/app/
H A DNotification.java1814 builder.setDeleteIntent(this.deleteIntent);
2383 public Builder setDeleteIntent(PendingIntent intent) { method in class:Notification.Builder
2580 * PendingIntent set with {@link #setDeleteIntent} will be sent when this happens.

Completed in 301 milliseconds