Home
last modified time | relevance | path

Searched refs:vpnWarning (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSSecurityFooterUtils.java561 TextView vpnWarning = (TextView) dialogView.findViewById(R.id.vpn_warning); in createOrganizationDialogView() local
562 vpnWarning.setText(vpnMessage); in createOrganizationDialogView()
564 vpnWarning.setMovementMethod(new LinkMovementMethod()); in createOrganizationDialogView()