Searched refs:deleteIntent (Results 1 – 4 of 4) sorted by relevance
126 public PendingIntent deleteIntent; field in Notification366 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()
169 pw.println(prefix + " deleteIntent=" + notification.deleteIntent); in dump()887 if (r.notification.deleteIntent != null) { in cancelNotificationLocked()889 r.notification.deleteIntent.send(); in cancelNotificationLocked()
3613 field public android.app.PendingIntent deleteIntent;