Home
last modified time | relevance | path

Searched refs:SMS_CB_MESSAGE_EXTRA (Results 1 – 5 of 5) sorted by relevance

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastAlertDialogTest.java135 intent.putParcelableArrayListExtra(CellBroadcastAlertService.SMS_CB_MESSAGE_EXTRA, in createActivityIntent()
384 intent.putParcelableArrayListExtra(CellBroadcastAlertService.SMS_CB_MESSAGE_EXTRA, in testOnNewIntent()
483 intent.putParcelableArrayListExtra(CellBroadcastAlertService.SMS_CB_MESSAGE_EXTRA, in testOnKeyDownWithEmptyMessageList()
533 intent.putParcelableArrayListExtra(CellBroadcastAlertService.SMS_CB_MESSAGE_EXTRA, in testPulsationRestartOnNewIntent()
742 intent.putParcelableArrayListExtra(CellBroadcastAlertService.SMS_CB_MESSAGE_EXTRA, in testTitleOnNonDefaultSubId()
DCellBroadcastAlertServiceTest.java361 .getParcelableArrayListExtra(CellBroadcastAlertService.SMS_CB_MESSAGE_EXTRA); in testShowNewAlert()
948 .getParcelableArrayListExtra(CellBroadcastAlertService.SMS_CB_MESSAGE_EXTRA); in testPlayPendingAlert()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertDialog.java543 CellBroadcastAlertService.SMS_CB_MESSAGE_EXTRA); in onCreate()
548 CellBroadcastAlertService.SMS_CB_MESSAGE_EXTRA); in onCreate()
728 CellBroadcastAlertService.SMS_CB_MESSAGE_EXTRA, mMessageList); in onSaveInstanceState()
998 CellBroadcastAlertService.SMS_CB_MESSAGE_EXTRA); in onNewIntent()
DCellBroadcastAlertService.java96 public static final String SMS_CB_MESSAGE_EXTRA = field in CellBroadcastAlertService
1042 intent.putParcelableArrayListExtra(CellBroadcastAlertService.SMS_CB_MESSAGE_EXTRA, in createDisplayMessageIntent()
DCellBroadcastListActivity.java359 i.putParcelableArrayListExtra(CellBroadcastAlertService.SMS_CB_MESSAGE_EXTRA, in showDialogAndMarkRead()