Home
last modified time | relevance | path

Searched refs:canceledNotificationId (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
177 && statusBarNotification.getId() != canceledNotificationId) { 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.kt250 canceledNotificationId: Int, in getFirstActiveNotification()
260 statusBarNotification.getId() != canceledNotificationId) { in getFirstActiveNotification()
286 canceledNotificationId: Int, in updateUpcomingAlarmGroupNotification()
303 canceledNotificationId, postedNotification) in updateUpcomingAlarmGroupNotification()
330 canceledNotificationId: Int, in updateMissedAlarmGroupNotification()
347 canceledNotificationId, postedNotification) in updateMissedAlarmGroupNotification()