Searched refs:CellBroadcastAlertDialog (Results 1 – 4 of 4) sorted by relevance
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/ |
D | CellBroadcastAlertDialogTest.java | 42 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/ |
D | CellBroadcastAlertService.java | 581 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()
|
D | CellBroadcastListActivity.java | 292 Intent i = new Intent(getActivity(), CellBroadcastAlertDialog.class); in showDialogAndMarkRead()
|
D | CellBroadcastAlertDialog.java | 76 public class CellBroadcastAlertDialog extends Activity { class
|