Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.kt109 private const val ALARM_FIRING_NOTIFICATION_ID = Int.MAX_VALUE - 7 constant
518 ALARM_FIRING_NOTIFICATION_ID, snoozeIntent, PendingIntent.FLAG_UPDATE_CURRENT) in showAlarmNotification()
527 ALARM_FIRING_NOTIFICATION_ID, dismissIntent, PendingIntent.FLAG_UPDATE_CURRENT) in showAlarmNotification()
536 ALARM_FIRING_NOTIFICATION_ID, contentIntent, PendingIntent.FLAG_UPDATE_CURRENT)) in showAlarmNotification()
546 ALARM_FIRING_NOTIFICATION_ID, fullScreenIntent, PendingIntent.FLAG_UPDATE_CURRENT), in showAlarmNotification()
551 service.startForeground(ALARM_FIRING_NOTIFICATION_ID, notification.build()) in showAlarmNotification()