Home
last modified time | relevance | path

Searched refs:postedNotification (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.java168 int canceledNotificationId, Notification postedNotification) { in getFirstActiveNotification() argument
172 Notification firstActiveNotification = postedNotification; in getFirstActiveNotification()
202 int canceledNotificationId, Notification postedNotification) { in updateUpcomingAlarmGroupNotification() argument
209 canceledNotificationId, postedNotification); in updateUpcomingAlarmGroupNotification()
237 int canceledNotificationId, Notification postedNotification) { in updateMissedAlarmGroupNotification() argument
244 canceledNotificationId, postedNotification); in updateMissedAlarmGroupNotification()
DAlarmNotifications.kt251 postedNotification: Notification? in getFirstActiveNotification()
256 var firstActiveNotification: Notification? = postedNotification in getFirstActiveNotification()
287 postedNotification: Notification? in updateUpcomingAlarmGroupNotification()
303 canceledNotificationId, postedNotification) in updateUpcomingAlarmGroupNotification()
331 postedNotification: Notification? in updateMissedAlarmGroupNotification()
347 canceledNotificationId, postedNotification) in updateMissedAlarmGroupNotification()