Home
last modified time | relevance | path

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

/aosp12/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
H A DCellBroadcastAlertDialogTest.java45 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 …]
/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertService.java701 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()
H A DCellBroadcastListActivity.java390 Intent i = new Intent(getActivity(), CellBroadcastAlertDialog.class); in showDialogAndMarkRead()
H A DCellBroadcastAlertDialog.java90 public class CellBroadcastAlertDialog extends Activity { class