Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.kt74 private const val ALARM_NOTIFICATION_CHANNEL_ID = "alarmNotification" constant
296 ALARM_NOTIFICATION_CHANNEL_ID, in updateUpcomingAlarmGroupNotification()
312 summary = NotificationCompat.Builder(context, ALARM_NOTIFICATION_CHANNEL_ID) in updateUpcomingAlarmGroupNotification()
340 ALARM_NOTIFICATION_CHANNEL_ID, in updateMissedAlarmGroupNotification()
363 summary = NotificationCompat.Builder(context, ALARM_NOTIFICATION_CHANNEL_ID) in updateMissedAlarmGroupNotification()
499 service, ALARM_NOTIFICATION_CHANNEL_ID) in showAlarmNotification()