Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/display/
DAmbientDisplayNotificationsPreferenceController.java16 import static android.provider.Settings.Secure.DOZE_ENABLED;
76 Settings.Secure.putInt(mContext.getContentResolver(), DOZE_ENABLED, isChecked ? ON : OFF); in setChecked() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/display/
DAmbientDisplayNotificationsPreferenceController.java16 import static android.provider.Settings.Secure.DOZE_ENABLED;
76 Settings.Secure.putInt(mContext.getContentResolver(), DOZE_ENABLED, isChecked ? ON : OFF); in setChecked() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/display/
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()