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.java83 private static final int ALARM_FIRING_NOTIFICATION_ID = Integer.MAX_VALUE - 7; field in AlarmNotifications
405 ALARM_FIRING_NOTIFICATION_ID, snoozeIntent, PendingIntent.FLAG_UPDATE_CURRENT); in showAlarmNotification()
414 ALARM_FIRING_NOTIFICATION_ID, dismissIntent, PendingIntent.FLAG_UPDATE_CURRENT); in showAlarmNotification()
423 ALARM_FIRING_NOTIFICATION_ID, contentIntent, PendingIntent.FLAG_UPDATE_CURRENT)); in showAlarmNotification()
433 ALARM_FIRING_NOTIFICATION_ID, fullScreenIntent, PendingIntent.FLAG_UPDATE_CURRENT), in showAlarmNotification()
438 service.startForeground(ALARM_FIRING_NOTIFICATION_ID, notification.build()); in showAlarmNotification()