D | NotificationManagerCompat.java | 588 final Notification notif; field in NotificationManagerCompat.NotifyTask 590 NotifyTask(String packageName, int id, String tag, Notification notif) { in NotifyTask() argument 594 this.notif = notif; in NotifyTask() 599 service.notify(packageName, id, tag, notif); in send()
|