Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DToggleAccessibilityServicePreferenceFragment.java212 TextView encryptionWarningView = (TextView) content.findViewById( in createEnableDialogContentView() local
217 encryptionWarningView.setText(text); in createEnableDialogContentView()
218 encryptionWarningView.setVisibility(View.VISIBLE); in createEnableDialogContentView()
220 encryptionWarningView.setVisibility(View.GONE); in createEnableDialogContentView()