Home
last modified time | relevance | path

Searched refs:CellBroadcastAlertDialog (Results 1 – 4 of 4) sorted by relevance

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastAlertDialogTest.java63 import com.android.cellbroadcastreceiver.CellBroadcastAlertDialog;
83 CellBroadcastActivityTestCase<CellBroadcastAlertDialog> {
116 super(CellBroadcastAlertDialog.class); in CellBroadcastAlertDialogTest()
134 CellBroadcastAlertDialog.class); in createActivityIntent()
305 intent.putExtra(CellBroadcastAlertDialog.DISMISS_NOTIFICATION_EXTRA, true); in testDismissByDeleteIntent()
307 CellBroadcastAlertDialog activity = in testDismissByDeleteIntent()
315 CellBroadcastAlertDialog activity = startActivity(); in testGetNewMessageListIfNeeded()
360 CellBroadcastAlertDialog activity = startActivity(); in testDismiss()
370 intent.putExtra(CellBroadcastAlertDialog.DISMISS_NOTIFICATION_EXTRA, true); in testOnNewIntent()
373 CellBroadcastAlertDialog activity = startActivity(intent, null, null); in testOnNewIntent()
[all …]
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertService.java776 CellBroadcastAlertDialog.class, messageList); in openEmergencyAlertNotification()
836 intent = createDisplayMessageIntent(context, CellBroadcastAlertDialog.class, in addToNotificationBar()
843 intent.putExtra(CellBroadcastAlertDialog.DISMISS_NOTIFICATION_EXTRA, !fromDialog); in addToNotificationBar()
844 intent.putExtra(CellBroadcastAlertDialog.FROM_SAVE_STATE_NOTIFICATION_EXTRA, fromSaveState); in addToNotificationBar()
DCellBroadcastListActivity.java356 Intent i = new Intent(getActivity(), CellBroadcastAlertDialog.class); in showDialogAndMarkRead()
DCellBroadcastAlertDialog.java95 public class CellBroadcastAlertDialog extends Activity { class