Home | History | Annotate | Download | only in cellbroadcastreceiver

Lines Matching defs:notificationId

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