Home
last modified time | relevance | path

Searched refs:mSslErrorTitle (Results 1 – 1 of 1) sorted by relevance

/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DCaptivePortalLoginActivity.java577 private String mSslErrorTitle = null; field in CaptivePortalLoginActivity.MyWebViewClient
679 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()