Searched refs:EXTRA_NOTIFICATION_ID (Results 1 – 6 of 6) sorted by relevance
54 private static final String EXTRA_NOTIFICATION_ID = "service_notification_id"; field in SpamNotificationService71 intent.putExtra(EXTRA_NOTIFICATION_ID, notificationId); in createServiceIntent()101 notificationId = intent.getIntExtra(EXTRA_NOTIFICATION_ID, 1); in onStartCommand()
72 private static final String EXTRA_NOTIFICATION_ID = "notification_id"; field in SpamNotificationActivity110 intent.putExtra(EXTRA_NOTIFICATION_ID, notificationId); in createActivityIntent()335 int notificationId = getIntent().getIntExtra(EXTRA_NOTIFICATION_ID, 1); in cancelNotification()
73 public static final String EXTRA_NOTIFICATION_ID = field in NotificationBroadcastReceiver101 int notificationId = intent.getIntExtra(EXTRA_NOTIFICATION_ID, -1); in onReceive()
257 NotificationBroadcastReceiver.EXTRA_NOTIFICATION_ID, info.getNotificationId()); in postNotification()
49 const val EXTRA_NOTIFICATION_ID = "extra_notification_id" constant475 showAndDismiss.putExtra(EXTRA_NOTIFICATION_ID, id) in showMissedNotification()
983 val id: Int = intent.getIntExtra(AlarmNotifications.EXTRA_NOTIFICATION_ID, -1) in <lambda>()