Searched refs:cbm (Results 1 – 2 of 2) sorted by relevance
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastAlertService.java | 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() [all …]
|
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/ |
D | CellBroadcastAlertServiceTest.java | 228 SmsCbMessage cbm = createMessage(987654321); in testHandleCellBroadcastIntent() local 230 compareCellBroadCastMessage(cbm, cbmTest); in testHandleCellBroadcastIntent() 256 SmsCbMessage cbm = createMessage(987654321); in testHandleCellBroadcastIntentDomesticRoaming() local 258 compareCellBroadCastMessage(cbm, cbmTest); in testHandleCellBroadcastIntentDomesticRoaming() 284 SmsCbMessage cbm = createMessage(987654321); in testHandleCellBroadcastIntentInternationalRoaming() local 286 compareCellBroadCastMessage(cbm, cbmTest); in testHandleCellBroadcastIntentInternationalRoaming() 311 SmsCbMessage cbm = createMessage(987654321); in testHandleCellBroadcastIntentNonRoaming() local 313 compareCellBroadCastMessage(cbm, cbmTest); in testHandleCellBroadcastIntentNonRoaming() 386 SmsCbMessage cbm = createMessageForCmasMessageClass(34788613, in testShowNewAlertChildAbductionWithDefaultLanguage() local 390 compareCellBroadCastMessage(cbm, cbmTest); in testShowNewAlertChildAbductionWithDefaultLanguage() [all …]
|