Searched refs:sslWarningView (Results 1 – 1 of 1) sorted by relevance
800 final View sslWarningView = factory.inflate(R.layout.ssl_warning, null); in showSslAlertDialog() local803 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()