Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/
DNotificationUtils.java42 public static final String ALARM_MISSED_NOTIFICATION_CHANNEL_ID = "alarmMissedNotification"; field in NotificationUtils
78 CHANNEL_PROPS.put(ALARM_MISSED_NOTIFICATION_CHANNEL_ID, new int[]{ in CHANNEL_PROPS.put() argument
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.kt69 private const val ALARM_MISSED_NOTIFICATION_CHANNEL_ID = "alarmMissedNotification" constant