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.java42 import com.android.cellbroadcastreceiver.CellBroadcastAlertDialog;
57 CellBroadcastActivityTestCase<CellBroadcastAlertDialog> {
75 super(CellBroadcastAlertDialog.class); in CellBroadcastAlertDialogTest()
91 CellBroadcastAlertDialog.class); in createActivityIntent()
169 CellBroadcastAlertDialog activity = startActivity(); in testDismiss()
192 CellBroadcastAlertDialog activity = startActivity(); in testDismissWithDialog()
204 intent.putExtra(CellBroadcastAlertDialog.FROM_NOTIFICATION_EXTRA, true); in testOnNewIntent()
207 CellBroadcastAlertDialog activity = startActivity(intent, null, null); in testOnNewIntent()
221 CellBroadcastAlertDialog activity = startActivity(); in testAnimationHandler()
238 intent.putExtra(CellBroadcastAlertDialog.FROM_NOTIFICATION_EXTRA, true); in testOnResume()
[all …]
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertService.java581 CellBroadcastAlertDialog.class, messageList); in openEmergencyAlertNotification()
611 intent = createDisplayMessageIntent(context, CellBroadcastAlertDialog.class, in addToNotificationBar()
615 intent.putExtra(CellBroadcastAlertDialog.FROM_NOTIFICATION_EXTRA, true); in addToNotificationBar()
616 intent.putExtra(CellBroadcastAlertDialog.FROM_SAVE_STATE_NOTIFICATION_EXTRA, fromSaveState); in addToNotificationBar()
DCellBroadcastListActivity.java292 Intent i = new Intent(getActivity(), CellBroadcastAlertDialog.class); in showDialogAndMarkRead()
DCellBroadcastAlertDialog.java76 public class CellBroadcastAlertDialog extends Activity { class