Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/display/
H A DAmbientDisplayNotificationsPreferenceController.java16 import static android.provider.Settings.Secure.DOZE_ENABLED;
77 Settings.Secure.putInt(mContext.getContentResolver(), DOZE_ENABLED, isChecked ? ON : OFF); in setChecked() local
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/display/
H A DAmbientDisplayNotificationsPreferenceControllerTest.java101 assertThat(Settings.Secure.getInt(mContentResolver, Settings.Secure.DOZE_ENABLED, -1)) in onPreferenceChange_enable()
109 assertThat(Settings.Secure.getInt(mContentResolver, Settings.Secure.DOZE_ENABLED, -1)) in onPreferenceChange_disable()
/aosp12/frameworks/base/core/java/android/hardware/display/
H A DAmbientDisplayConfiguration.java63 return boolSettingDefaultOn(Settings.Secure.DOZE_ENABLED, user) in pulseOnNotificationEnabled()
/aosp12/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/
H A DSecureSettings.java107 Settings.Secure.DOZE_ENABLED,
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DUserRestrictionsUtils.java647 Settings.Secure.DOZE_ENABLED, 0, userId); in applyUserRestriction()
746 case android.provider.Settings.Secure.DOZE_ENABLED: in isSettingRestrictedForUser()
/aosp12/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
H A DSecureSettingsValidators.java154 VALIDATORS.put(Secure.DOZE_ENABLED, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProtoDumpUtil.java2046 Settings.Secure.DOZE_ENABLED, in dumpProtoSecureSettingsLocked()
H A DSettingsProvider.java3910 getSettingLocked(Settings.Secure.DOZE_ENABLED).getValue());
/aosp12/frameworks/base/core/java/android/provider/
H A DSettings.java8527 public static final String DOZE_ENABLED = "doze_enabled"; field in Settings.Secure