Home
last modified time | relevance | path

Searched refs:NotificationWrapper (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertService.kt35 class NotificationWrapper { class
40 var mNw: ArrayList<NotificationWrapper>? = null
63 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()
DAlertReceiver.kt26 import com.android.calendar.alerts.AlertService.NotificationWrapper
67 ): NotificationWrapper { in makeBasicNotification()
80 return NotificationWrapper(n, notificationId, eventId, startMillis, endMillis, doPopup) in makeBasicNotification()
DNotificationMgr.kt18 import com.android.calendar.alerts.AlertService.NotificationWrapper
21 abstract fun notify(id: Int, notification: NotificationWrapper?) in notify()