Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/
DNotificationUtils.java52 public static final String ALARM_SNOOZE_NOTIFICATION_CHANNEL_ID = "alarmSnoozingNotification"; field in NotificationUtils
82 CHANNEL_PROPS.put(ALARM_SNOOZE_NOTIFICATION_CHANNEL_ID, new int[]{ in CHANNEL_PROPS.put() argument
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.kt64 private const val ALARM_SNOOZE_NOTIFICATION_CHANNEL_ID = "alarmSnoozeNotification" constant