Searched refs:CellBroadcastAlertDialog (Results 1 – 4 of 4) sorted by relevance
42 CellBroadcastActivityTestCase<CellBroadcastAlertDialog> {59 super(CellBroadcastAlertDialog.class); in CellBroadcastAlertDialogTest()69 CellBroadcastAlertDialog.class); in createActivityIntent()
643 CellBroadcastAlertDialog.class, messageList); in openEmergencyAlertNotification()677 intent = createDisplayMessageIntent(context, CellBroadcastAlertDialog.class, in addToNotificationBar()681 intent.putExtra(CellBroadcastAlertDialog.FROM_NOTIFICATION_EXTRA, true); in addToNotificationBar()682 intent.putExtra(CellBroadcastAlertDialog.FROM_SAVE_STATE_NOTIFICATION_EXTRA, fromSaveState); in addToNotificationBar()
183 Intent i = new Intent(getActivity(), CellBroadcastAlertDialog.class); in showDialogAndMarkRead()
52 public class CellBroadcastAlertDialog extends Activity { class