Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/utils/
H A DContentCaptureUtils.java37 Settings.Secure.CONTENT_CAPTURE_ENABLED, 1, MY_USER_ID) == 1; in isEnabledForUser()
43 Settings.Secure.CONTENT_CAPTURE_ENABLED, enabled ? 1 : 0, MY_USER_ID); in setEnabledForUser()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/privacy/
H A DEnableContentCapturePreferenceControllerTest.java95 Settings.Secure.putInt(contentResolver, Settings.Secure.CONTENT_CAPTURE_ENABLED, newValue); in setProperty()
100 assertThat(Settings.Secure.getInt(contentResolver, Settings.Secure.CONTENT_CAPTURE_ENABLED)) in assertProperty()
/aosp12/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DContentCaptureManagerService.java284 Settings.Secure.CONTENT_CAPTURE_ENABLED), false, observer, in registerForExtraSettingsChanges()
291 case Settings.Secure.CONTENT_CAPTURE_ENABLED: in onSettingsChanged()
343 Settings.Secure.CONTENT_CAPTURE_ENABLED, 1, userId) == 1 ? true : false; in isEnabledBySettings()
H A DContentCapturePerUserService.java732 Settings.Secure.CONTENT_CAPTURE_ENABLED, "0", mUserId); in disableSelf()
/aosp12/frameworks/base/packages/SettingsProvider/test/src/android/provider/
H A DSettingsBackupTest.java637 Settings.Secure.CONTENT_CAPTURE_ENABLED,
/aosp12/frameworks/base/core/java/android/provider/
H A DSettings.java6610 public static final String CONTENT_CAPTURE_ENABLED = "content_capture_enabled"; field in Settings.Secure
10272 CLONE_TO_MANAGED_PROFILE.add(CONTENT_CAPTURE_ENABLED);
/aosp12/frameworks/base/core/api/
H A Dtest-lint-baseline.txt2566 NoSettingsProvider: android.provider.Settings.Secure#CONTENT_CAPTURE_ENABLED:
H A Dtest-current.txt2179 field public static final String CONTENT_CAPTURE_ENABLED = "content_capture_enabled";