Home | History | Annotate | Download | only in phone

Lines Matching full:dialog

22 import android.app.Dialog;
221 // dialog identifiers for voicemail
389 * Id of the dialog being currently shown.
588 if (DBG) log("onPreferenceClick: request preference click on dialog close: " +
609 if (DBG) log("updating default for voicemail dialog");
812 // normally called on the dialog close.
859 // at the time we would normally have shown the dialog, so we didn't
942 // In case of error ignore other results, show an error dialog
1267 * changes to those settings and show "failure" dialog.
1286 * This updates a bunch of variables and show "success" dialog.
1330 protected void onPrepareDialog(int id, Dialog dialog) {
1331 super.onPrepareDialog(id, dialog);
1335 // dialog creation method, called by showDialog()
1337 protected Dialog onCreateDialog(int id) {
1379 // not recoverable on dialog exit.
1388 AlertDialog dialog = b.create();
1390 // make the dialog more obvious by bluring the background.
1391 dialog.getWindow().addFlags(WindowManager.LayoutParams.FLAG_BLUR_BEHIND);
1393 return dialog;
1396 ProgressDialog dialog = new ProgressDialog(this);
1397 dialog.setTitle(getText(R.string.updating_title));
1398 dialog.setIndeterminate(true);
1399 dialog.setCancelable(false);
1400 dialog.setMessage(getText(
1404 return dialog;
1412 // Used with the error dialog to close the app, voicemail dialog to just dismiss.
1415 public void onClick(DialogInterface dialog, int which) {
1416 dialog.dismiss();
1440 // just let the dialog close and go back to the input
1597 // dialog if we've been asked to.
1599 // the selection for the VM provider, otherwise bring up a VM number dialog.
1600 // We only bring up the dialog the first time we are called (not after orientation change)
1974 * Usually needed when the preference is a dialog preference and we want to invoke
1975 * a dialog for this preference programmatically.
1980 // and then simulate a click on it to bring up the dialog