Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.java78 private static final int ALARM_GROUP_NOTIFICATION_ID = Integer.MAX_VALUE - 4; field in AlarmNotifications
211 nm.cancel(ALARM_GROUP_NOTIFICATION_ID); in updateUpcomingAlarmGroupNotification()
232 nm.notify(ALARM_GROUP_NOTIFICATION_ID, summary); in updateUpcomingAlarmGroupNotification()
DAlarmNotifications.kt97 private const val ALARM_GROUP_NOTIFICATION_ID = Int.MAX_VALUE - 4 constant
305 nm.cancel(ALARM_GROUP_NOTIFICATION_ID) in updateUpcomingAlarmGroupNotification()
324 nm.notify(ALARM_GROUP_NOTIFICATION_ID, summary) in updateUpcomingAlarmGroupNotification()