Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/
H A DAccessibilityServiceWarning.java108 TextView encryptionWarningView = (TextView) content.findViewById( in createEnableDialogContentView() local
113 encryptionWarningView.setText(text); in createEnableDialogContentView()
114 encryptionWarningView.setVisibility(View.VISIBLE); in createEnableDialogContentView()
116 encryptionWarningView.setVisibility(View.GONE); in createEnableDialogContentView()
/aosp12/frameworks/base/core/java/com/android/internal/accessibility/dialog/
H A DAccessibilityTargetHelper.java287 final TextView encryptionWarningView = (TextView) content.findViewById( in createEnableDialogContentView() local
293 encryptionWarningView.setText(text); in createEnableDialogContentView()
294 encryptionWarningView.setVisibility(View.VISIBLE); in createEnableDialogContentView()
296 encryptionWarningView.setVisibility(View.GONE); in createEnableDialogContentView()