Searched refs:DOZE_ENABLED (Results 1 – 1 of 1) sorted by relevance
63 import static android.provider.Settings.Secure.DOZE_ENABLED;370 int value = Settings.Secure.getInt(getContentResolver(), DOZE_ENABLED, 1); in updateState()436 Settings.Secure.putInt(getContentResolver(), DOZE_ENABLED, value ? 1 : 0); in onPreferenceChange() local