Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertDialog.java322 CellBroadcastAlertService.SMS_CB_MESSAGE_EXTRA); in onCreate()
327 CellBroadcastAlertService.SMS_CB_MESSAGE_EXTRA); in onCreate()
468 CellBroadcastAlertService.SMS_CB_MESSAGE_EXTRA, mMessageList); in onSaveInstanceState()
633 CellBroadcastAlertService.SMS_CB_MESSAGE_EXTRA); in onNewIntent()
DCellBroadcastAlertService.java78 public static final String SMS_CB_MESSAGE_EXTRA = field in CellBroadcastAlertService
739 intent.putParcelableArrayListExtra(CellBroadcastAlertService.SMS_CB_MESSAGE_EXTRA, in createDisplayMessageIntent()
DCellBroadcastListActivity.java303 i.putParcelableArrayListExtra(CellBroadcastAlertService.SMS_CB_MESSAGE_EXTRA, in showDialogAndMarkRead()
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastAlertServiceTest.java186 .getParcelableArrayListExtra(CellBroadcastAlertService.SMS_CB_MESSAGE_EXTRA); in testShowNewAlert()
DCellBroadcastAlertDialogTest.java100 intent.putParcelableArrayListExtra(CellBroadcastAlertService.SMS_CB_MESSAGE_EXTRA, in createActivityIntent()