Home
last modified time | relevance | path

Searched refs:KEYBOARD_VIBRATION_ENABLED (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/
DSystemSettings.java99 Settings.System.KEYBOARD_VIBRATION_ENABLED, in getSettingsToBackUp()
/frameworks/base/services/tests/vibrator/src/com/android/server/vibrator/
DVibrationSettingsTest.java607 setUserSetting(Settings.System.KEYBOARD_VIBRATION_ENABLED, 0 /* OFF*/); in shouldIgnoreVibration_withKeyboardSettingsOff_shouldIgnoreKeyboardVibration()
629 setUserSetting(Settings.System.KEYBOARD_VIBRATION_ENABLED, 1 /* ON */); in shouldIgnoreVibration_withKeyboardSettingsOn_shouldNotIgnoreKeyboardVibration()
645 setUserSetting(Settings.System.KEYBOARD_VIBRATION_ENABLED, 1 /* ON */); in shouldIgnoreVibration_notSupportKeyboardVibration_followsTouchFeedbackSettings()
/frameworks/base/services/core/java/com/android/server/vibrator/
DVibrationSettings.java305 Settings.System.getUriFor(Settings.System.KEYBOARD_VIBRATION_ENABLED)); in onSystemReady()
554 Settings.System.KEYBOARD_VIBRATION_ENABLED, 1, userHandle) > 0; in updateSettings()
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
DSystemSettingsValidators.java148 VALIDATORS.put(System.KEYBOARD_VIBRATION_ENABLED, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProvider.java6262 .getSettingLocked(Settings.System.KEYBOARD_VIBRATION_ENABLED);
6267 Settings.System.KEYBOARD_VIBRATION_ENABLED,
/frameworks/base/core/java/android/provider/
DSettings.java5479 public static final String KEYBOARD_VIBRATION_ENABLED = "keyboard_vibration_enabled"; field in Settings.System