Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.kt85 private const val UPCOMING_GROUP_KEY = "1" constant
136 builder.setGroup(UPCOMING_GROUP_KEY) in showLowPriorityNotification()
198 builder.setGroup(UPCOMING_GROUP_KEY) in showHighPriorityNotification()
302 val firstUpcoming: Notification? = getFirstActiveNotification(context, UPCOMING_GROUP_KEY, in updateUpcomingAlarmGroupNotification()
309 var summary: Notification? = getActiveGroupSummaryNotification(context, UPCOMING_GROUP_KEY) in updateUpcomingAlarmGroupNotification()
317 .setGroup(UPCOMING_GROUP_KEY) in updateUpcomingAlarmGroupNotification()
403 builder.setGroup(UPCOMING_GROUP_KEY) in showSnoozeNotification()