Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.java35 public static final String EXTRA_NOTIFICATION_ID = "extra_notification_id"; field in AlarmNotifications
168 showAndDismiss.putExtra(EXTRA_NOTIFICATION_ID, hashCode); in showMissedNotification()
DAlarmStateManager.java941 final int id = intent.getIntExtra(AlarmNotifications.EXTRA_NOTIFICATION_ID, -1); in handleIntent()