Home | History | Annotate | Download | only in browser

Lines Matching refs:mAlertDialog

3403             if (mAlertDialog != null) {
3404 mAlertDialog.cancel();
3405 mAlertDialog = null;
3424 // down. It will only show the dialog if mAlertDialog is null.
3426 if (mAlertDialog == null) {
3427 mAlertDialog = new AlertDialog.Builder(this)
3812 private AlertDialog mAlertDialog;