Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DCaptivePortalLoginActivity.java800 final View sslWarningView = factory.inflate(R.layout.ssl_warning, null); in showSslAlertDialog() local
803 setViewSecurityCertificate(sslWarningView.findViewById(R.id.certificate_layout), error); in showSslAlertDialog()
804 ((TextView) sslWarningView.findViewById(R.id.ssl_error_type)) in showSslAlertDialog()
806 ((TextView) sslWarningView.findViewById(R.id.title)).setText(mSslErrorTitle); in showSslAlertDialog()
807 ((TextView) sslWarningView.findViewById(R.id.address)).setText(error.getUrl()); in showSslAlertDialog()
811 .setView(sslWarningView) in showSslAlertDialog()