Lines Matching refs:notificationId
214 int notificationId = (int) message.getDeliveryTime(); in openEmergencyAlertNotification() local
224 Intent notify = createDisplayMessageIntent(this, c, message, notificationId); in openEmergencyAlertNotification()
225 PendingIntent pi = PendingIntent.getActivity(this, notificationId, notify, 0); in openEmergencyAlertNotification()
240 notificationManager.notify(notificationId, builder.getNotification()); in openEmergencyAlertNotification()
254 int notificationId = NOTIFICATION_ID; in addToNotificationBar() local
257 this, CellBroadcastListActivity.class, message, notificationId), 0); in addToNotificationBar()
279 Log.i(TAG, "addToNotificationBar notificationId: " + notificationId); in addToNotificationBar()
284 notificationManager.notify(notificationId, builder.getNotification()); in addToNotificationBar()
288 CellBroadcastMessage message, int notificationId) { in createDisplayMessageIntent() argument
292 intent.putExtra(SMS_CB_NOTIFICATION_ID_EXTRA, notificationId); in createDisplayMessageIntent()
298 intent.setType(Integer.toString(notificationId)); in createDisplayMessageIntent()