Searched refs:EXTRA_NOTIFICATION_ID (Results 1 – 2 of 2) sorted by relevance
35 public static final String EXTRA_NOTIFICATION_ID = "extra_notification_id"; field in AlarmNotifications168 showAndDismiss.putExtra(EXTRA_NOTIFICATION_ID, hashCode); in showMissedNotification()
941 final int id = intent.getIntExtra(AlarmNotifications.EXTRA_NOTIFICATION_ID, -1); in handleIntent()