Searched refs:sslWarningView (Results 1 – 1 of 1) sorted by relevance
819 final View sslWarningView = factory.inflate(R.layout.ssl_warning, null); in showSslAlertDialog() local822 setViewSecurityCertificate(sslWarningView.findViewById(R.id.certificate_layout), error); in showSslAlertDialog()823 ((TextView) sslWarningView.findViewById(R.id.ssl_error_type)) in showSslAlertDialog()825 ((TextView) sslWarningView.findViewById(R.id.title)).setText(mSslErrorTitle); in showSslAlertDialog()826 ((TextView) sslWarningView.findViewById(R.id.address)).setText(error.getUrl()); in showSslAlertDialog()830 .setView(sslWarningView) in showSslAlertDialog()