Searched refs:caCertsWarning (Results 1 – 1 of 1) sorted by relevance
292 TextView caCertsWarning = (TextView) dialogView.findViewById(R.id.ca_certs_warning); in createDialog() local293 caCertsWarning.setText(caCertsMessage); in createDialog()295 caCertsWarning.setMovementMethod(new LinkMovementMethod()); in createDialog()