Searched refs:vpnWarning (Results 1 – 1 of 1) sorted by relevance
316 TextView vpnWarning = (TextView) dialogView.findViewById(R.id.vpn_warning); in createDialog() local317 vpnWarning.setText(vpnMessage); in createDialog()319 vpnWarning.setMovementMethod(new LinkMovementMethod()); in createDialog()