Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DContentCaptureManagerService.java341 Settings.Secure.CONTENT_CAPTURE_ENABLED), false, observer, in registerForExtraSettingsChanges()
348 case Settings.Secure.CONTENT_CAPTURE_ENABLED: in onSettingsChanged()
400 Settings.Secure.CONTENT_CAPTURE_ENABLED, 1, userId) == 1 ? true : false; in isEnabledBySettings()
H A DContentCapturePerUserService.java706 Settings.Secure.CONTENT_CAPTURE_ENABLED, "0", mUserId); in disableSelf()
/aosp14/frameworks/base/packages/SettingsProvider/test/src/android/provider/
H A DSettingsBackupTest.java730 Settings.Secure.CONTENT_CAPTURE_ENABLED,
/aosp14/frameworks/base/core/api/
H A Dtest-lint-baseline.txt890 NoSettingsProvider: android.provider.Settings.Secure#CONTENT_CAPTURE_ENABLED:
891 …New setting keys are not allowed (Field: CONTENT_CAPTURE_ENABLED); use getters/setters in relevant…
H A Dtest-current.txt2748 field public static final String CONTENT_CAPTURE_ENABLED = "content_capture_enabled";
/aosp14/frameworks/base/core/java/android/provider/
H A DSettings.java7339 public static final String CONTENT_CAPTURE_ENABLED = "content_capture_enabled"; field in Settings.Secure
11723 CLONE_TO_MANAGED_PROFILE.add(CONTENT_CAPTURE_ENABLED);