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