Searched refs:mSslErrorTitle (Results 1 – 1 of 1) sorted by relevance
577 private String mSslErrorTitle = null; field in CaptivePortalLoginActivity.MyWebViewClient679 mSslErrorTitle = view.getTitle() == null ? "" : view.getTitle(); in onReceivedSslError()794 showSslAlertDialog(mSslErrorHandler, mSslError, mSslErrorTitle); in shouldOverrideUrlLoading()825 ((TextView) sslWarningView.findViewById(R.id.title)).setText(mSslErrorTitle); in showSslAlertDialog()