Home | History | Annotate | Download | only in browser

Lines Matching refs:mAlertDialog

3465             if (mAlertDialog != null) {
3466 mAlertDialog.cancel();
3467 mAlertDialog = null;
3486 // down. It will only show the dialog if mAlertDialog is null.
3488 if (mAlertDialog == null) {
3489 mAlertDialog = new AlertDialog.Builder(this)
3860 private AlertDialog mAlertDialog;