Searched refs:CONTENT_CAPTURE_ENABLED (Results 1 – 8 of 8) sorted by relevance
/aosp12/packages/apps/Settings/src/com/android/settings/utils/ |
H A D | ContentCaptureUtils.java | 37 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 D | EnableContentCapturePreferenceControllerTest.java | 95 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 D | ContentCaptureManagerService.java | 284 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 D | ContentCapturePerUserService.java | 732 Settings.Secure.CONTENT_CAPTURE_ENABLED, "0", mUserId); in disableSelf()
|
/aosp12/frameworks/base/packages/SettingsProvider/test/src/android/provider/ |
H A D | SettingsBackupTest.java | 637 Settings.Secure.CONTENT_CAPTURE_ENABLED,
|
/aosp12/frameworks/base/core/java/android/provider/ |
H A D | Settings.java | 6610 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 D | test-lint-baseline.txt | 2566 NoSettingsProvider: android.provider.Settings.Secure#CONTENT_CAPTURE_ENABLED:
|
H A D | test-current.txt | 2179 field public static final String CONTENT_CAPTURE_ENABLED = "content_capture_enabled";
|