Lines Matching full:cbm
152 final CellBroadcastMessage cbm = new CellBroadcastMessage(message);
153 if (!isMessageEnabledByUser(cbm)) {
154 Log.d(TAG, "ignoring alert of type " + cbm.getServiceCategory() +
188 alertIntent.putExtra("message", cbm);
195 if (provider.insertNewBroadcast(cbm)) {
213 CellBroadcastMessage cbm = (CellBroadcastMessage) extras.get("message");
215 if (cbm == null) {
220 if (CellBroadcastConfigService.isEmergencyAlertMessage(cbm)) {
222 openEmergencyAlertNotification(cbm);
225 addToNotificationBar(cbm);