Lines Matching defs:cbm
141 final CellBroadcastMessage cbm = new CellBroadcastMessage(message);
142 if (!isMessageEnabledByUser(cbm)) {
143 Log.d(TAG, "ignoring alert of type " + cbm.getServiceCategory() +
177 alertIntent.putExtra("message", cbm);
184 if (provider.insertNewBroadcast(cbm)) {
202 CellBroadcastMessage cbm = (CellBroadcastMessage) extras.get("message");
204 if (cbm == null) {
209 if (CellBroadcastConfigService.isEmergencyAlertMessage(cbm)) {
211 openEmergencyAlertNotification(cbm);
214 addToNotificationBar(cbm);