Searched refs:CellBroadcastAlertDialog (Results 1 – 4 of 4) sorted by relevance
45 import com.android.cellbroadcastreceiver.CellBroadcastAlertDialog;61 CellBroadcastActivityTestCase<CellBroadcastAlertDialog> {85 super(CellBroadcastAlertDialog.class); in CellBroadcastAlertDialogTest()101 CellBroadcastAlertDialog.class); in createActivityIntent()186 CellBroadcastAlertDialog activity = startActivity(); in testDismiss()215 CellBroadcastAlertDialog activity = startActivity(); in testAnimationHandler()237 CellBroadcastAlertDialog.AnimationHandler.class); in testOnResume()252 CellBroadcastAlertDialog.AnimationHandler.class); in testOnPause()271 CellBroadcastAlertDialog activity = startActivity(); in testOnConfigurationChanged()289 CellBroadcastAlertDialog activity = startActivity(); in testOnWindowFocusChanged()[all …]
701 CellBroadcastAlertDialog.class, messageList); in openEmergencyAlertNotification()740 intent = createDisplayMessageIntent(context, CellBroadcastAlertDialog.class, in addToNotificationBar()747 intent.putExtra(CellBroadcastAlertDialog.DISMISS_NOTIFICATION_EXTRA, !fromDialog); in addToNotificationBar()748 intent.putExtra(CellBroadcastAlertDialog.FROM_SAVE_STATE_NOTIFICATION_EXTRA, fromSaveState); in addToNotificationBar()
390 Intent i = new Intent(getActivity(), CellBroadcastAlertDialog.class); in showDialogAndMarkRead()
90 public class CellBroadcastAlertDialog extends Activity { class