HomeSort by relevance Sort by last modified time
    Searched refs:DOZE_ENABLED (Results 1 - 6 of 6) sorted by null

  /packages/apps/Settings/src/com/android/settings/display/
AmbientDisplayNotificationsPreferenceController.java 33 import static android.provider.Settings.Secure.DOZE_ENABLED;
78 Settings.Secure.putInt(mContext.getContentResolver(), DOZE_ENABLED, value ? ON : OFF);
93 return new InlineSwitchPayload(Settings.Secure.DOZE_ENABLED,
  /packages/apps/Settings/tests/robotests/src/com/android/settings/display/
AmbientDisplayNotificationsPreferenceControllerTest.java 93 assertThat(Settings.Secure.getInt(null, Settings.Secure.DOZE_ENABLED, -1))
101 assertThat(Settings.Secure.getInt(null, Settings.Secure.DOZE_ENABLED, -1))
150 Settings.Secure.putInt(resolver, Settings.Secure.DOZE_ENABLED, 0);
153 int updatedValue = Settings.Secure.getInt(resolver, Settings.Secure.DOZE_ENABLED, 1);
163 Settings.Secure.putInt(resolver, Settings.Secure.DOZE_ENABLED, currentValue);
  /frameworks/base/core/java/com/android/internal/hardware/
AmbientDisplayConfiguration.java 49 return boolSettingDefaultOn(Settings.Secure.DOZE_ENABLED, user) && pulseOnNotificationAvailable();
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProtoDumpUtil.java     [all...]
SettingsProvider.java     [all...]
  /frameworks/base/core/java/android/provider/
Settings.java     [all...]

Completed in 136 milliseconds