Searched refs:ALARM_FIRING_NOTIFICATION_ID (Results 1 – 2 of 2) sorted by relevance
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmNotifications.java | 90 private static final int ALARM_FIRING_NOTIFICATION_ID = Integer.MAX_VALUE - 7; field in AlarmNotifications 385 ALARM_FIRING_NOTIFICATION_ID, snoozeIntent, PendingIntent.FLAG_UPDATE_CURRENT); in showAlarmNotification() 394 ALARM_FIRING_NOTIFICATION_ID, dismissIntent, PendingIntent.FLAG_UPDATE_CURRENT); in showAlarmNotification() 403 ALARM_FIRING_NOTIFICATION_ID, contentIntent, PendingIntent.FLAG_UPDATE_CURRENT)); in showAlarmNotification() 413 ALARM_FIRING_NOTIFICATION_ID, fullScreenIntent, PendingIntent.FLAG_UPDATE_CURRENT), in showAlarmNotification() 419 service.startForeground(ALARM_FIRING_NOTIFICATION_ID, notification.build()); in showAlarmNotification()
|
D | AlarmNotifications.kt | 109 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()
|