Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/
DNotificationUtils.kt43 const val ALARM_SNOOZE_NOTIFICATION_CHANNEL_ID = "alarmSnoozingNotification" constant
74 CHANNEL_PROPS[ALARM_SNOOZE_NOTIFICATION_CHANNEL_ID] = intArrayOf(
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.kt64 private const val ALARM_SNOOZE_NOTIFICATION_CHANNEL_ID = "alarmSnoozeNotification" constant
388 context, ALARM_SNOOZE_NOTIFICATION_CHANNEL_ID) in showSnoozeNotification()
423 ALARM_SNOOZE_NOTIFICATION_CHANNEL_ID, in showSnoozeNotification()