Lines Matching refs:cbm
465 SmsCbMessage cbm = intent.getParcelableExtra(EXTRA_MESSAGE); in showNewAlert() local
467 if (cbm == null) { in showNewAlert()
473 && CellBroadcastSettings.getResourcesByOperator(mContext, cbm.getSubscriptionId(), in showNewAlert()
484 mContext, cbm.getSubscriptionId()); in showNewAlert()
485 if (channelManager.isEmergencyMessage(cbm) && !sRemindAfterCallFinish) { in showNewAlert()
487 openEmergencyAlertNotification(cbm); in showNewAlert()
488 Resources res = CellBroadcastSettings.getResources(mContext, cbm.getSubscriptionId()); in showNewAlert()
491 .getCellBroadcastChannelRangeFromMessage(cbm); in showNewAlert()
504 addToNotificationBar(cbm, CellBroadcastReceiverApp.addNewMessageToList(cbm), in showNewAlert()
505 this, false, true, shouldDisplayFullScreenMessage(cbm)); in showNewAlert()
511 .addNewMessageToList(cbm); in showNewAlert()
512 addToNotificationBar(cbm, messageList, this, false, true, false); in showNewAlert()