Searched defs:DOZE_ENABLED (Results 1 – 3 of 3) sorted by relevance
77 Settings.Secure.putInt(mContext.getContentResolver(), DOZE_ENABLED, isChecked ? ON : OFF); in setChecked() local
154 VALIDATORS.put(Secure.DOZE_ENABLED, BOOLEAN_VALIDATOR); in VALIDATORS.put()
8527 public static final String DOZE_ENABLED = "doze_enabled"; field in Settings.Secure