Searched refs:canceledNotificationId (Results 1 – 2 of 2) sorted by relevance
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmNotifications.java | 168 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()
|
D | AlarmNotifications.kt | 250 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()
|