Lines Matching refs:Dialog
23 import android.app.Dialog;
141 private String mLastNumber; // last number we tried to dial. Used to restore error dialog.
660 protected Dialog onCreateDialog(int id) {
661 AlertDialog dialog = null;
663 // construct dialog
664 dialog = new AlertDialog.Builder(this, R.style.EmergencyDialerAlertDialogTheme)
670 // blur stuff behind the dialog
671 dialog.getWindow().addFlags(WindowManager.LayoutParams.FLAG_BLUR_BEHIND);
674 return dialog;
678 protected void onPrepareDialog(int id, Dialog dialog) {
679 super.onPrepareDialog(id, dialog);
681 AlertDialog alert = (AlertDialog) dialog;