Searched refs:NotificationWrapper (Results 1 – 3 of 3) sorted by relevance
35 class NotificationWrapper { class40 var mNw: ArrayList<NotificationWrapper>? = null63 fun add(nw: NotificationWrapper?) { in add()66 mNw = ArrayList<NotificationWrapper>() in add()68 mNw?.add(nw as AlertService.NotificationWrapper) in add()81 override fun notify(id: Int, nw: NotificationWrapper?) { in notify()
26 import com.android.calendar.alerts.AlertService.NotificationWrapper67 ): NotificationWrapper { in makeBasicNotification()80 return NotificationWrapper(n, notificationId, eventId, startMillis, endMillis, doPopup) in makeBasicNotification()
18 import com.android.calendar.alerts.AlertService.NotificationWrapper21 abstract fun notify(id: Int, notification: NotificationWrapper?) in notify()