Searched refs:KEYBOARD_VIBRATION_ENABLED (Results 1 – 6 of 6) sorted by relevance
97 Settings.System.KEYBOARD_VIBRATION_ENABLED, in getSettingsToBackUp()
607 setUserSetting(Settings.System.KEYBOARD_VIBRATION_ENABLED, 0 /* OFF*/); in shouldIgnoreVibration_withKeyboardSettingsOff_shouldIgnoreKeyboardVibration()632 setUserSetting(Settings.System.KEYBOARD_VIBRATION_ENABLED, 1 /* ON */); in shouldIgnoreVibration_withKeyboardSettingsOn_shouldNotIgnoreKeyboardVibration()650 setUserSetting(Settings.System.KEYBOARD_VIBRATION_ENABLED, 1 /* ON */); in shouldIgnoreVibration_noFixedKeyboardAmplitude_ignoresKeyboardTouchVibration()
301 Settings.System.getUriFor(Settings.System.KEYBOARD_VIBRATION_ENABLED)); in onSystemReady()559 mKeyboardVibrationOn = loadSystemSetting(Settings.System.KEYBOARD_VIBRATION_ENABLED, in updateSettings()
146 VALIDATORS.put(System.KEYBOARD_VIBRATION_ENABLED, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
6085 .getSettingLocked(Settings.System.KEYBOARD_VIBRATION_ENABLED);6090 Settings.System.KEYBOARD_VIBRATION_ENABLED,
5340 public static final String KEYBOARD_VIBRATION_ENABLED = "keyboard_vibration_enabled"; field in Settings.System