Home
last modified time | relevance | path

Searched refs:UPCOMING_GROUP_KEY (Results 1 – 2 of 2) 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()
DAlarmNotifications.java66 private static final String UPCOMING_GROUP_KEY = "1"; field in AlarmNotifications
114 builder.setGroup(UPCOMING_GROUP_KEY); in showUpcomingNotification()
208 final Notification firstUpcoming = getFirstActiveNotification(context, UPCOMING_GROUP_KEY, in updateUpcomingAlarmGroupNotification()
215 Notification summary = getActiveGroupSummaryNotification(context, UPCOMING_GROUP_KEY); in updateUpcomingAlarmGroupNotification()
225 .setGroup(UPCOMING_GROUP_KEY) in updateUpcomingAlarmGroupNotification()
290 builder.setGroup(UPCOMING_GROUP_KEY); in showSnoozeNotification()