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.java1015 final View sslWarningView = factory.inflate(R.layout.ssl_warning, null); in showSslAlertDialog() local
1018 setViewSecurityCertificate(sslWarningView.findViewById(R.id.certificate_layout), error); in showSslAlertDialog()
1019 ((TextView) sslWarningView.findViewById(R.id.ssl_error_type)) in showSslAlertDialog()
1021 ((TextView) sslWarningView.findViewById(R.id.title)).setText(mSslErrorTitle); in showSslAlertDialog()
1022 ((TextView) sslWarningView.findViewById(R.id.address)).setText(error.getUrl()); in showSslAlertDialog()
1026 .setView(sslWarningView) in showSslAlertDialog()