Home
last modified time | relevance | path

Searched refs:deleteIntent (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
DNotification.java126 public PendingIntent deleteIntent; field in Notification
366 deleteIntent = PendingIntent.CREATOR.createFromParcel(parcel); in Notification()
408 that.deleteIntent = this.deleteIntent; in clone()
464 if (deleteIntent != null) { in writeToParcel()
466 deleteIntent.writeToParcel(parcel, 0); in writeToParcel()
1021 n.deleteIntent = mDeleteIntent; in getNotification()
/frameworks/base/services/java/com/android/server/
DNotificationManagerService.java169 pw.println(prefix + " deleteIntent=" + notification.deleteIntent); in dump()
887 if (r.notification.deleteIntent != null) { in cancelNotificationLocked()
889 r.notification.deleteIntent.send(); in cancelNotificationLocked()
/frameworks/base/api/
Dcurrent.txt3613 field public android.app.PendingIntent deleteIntent;
D14.txt3613 field public android.app.PendingIntent deleteIntent;