Searched refs:KEYBOARD_VIBRATION_ENABLED (Results 1 – 6 of 6) sorted by relevance
99 Settings.System.KEYBOARD_VIBRATION_ENABLED, in getSettingsToBackUp()
607 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()
305 Settings.System.getUriFor(Settings.System.KEYBOARD_VIBRATION_ENABLED)); in onSystemReady()554 Settings.System.KEYBOARD_VIBRATION_ENABLED, 1, userHandle) > 0; in updateSettings()
148 VALIDATORS.put(System.KEYBOARD_VIBRATION_ENABLED, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
6262 .getSettingLocked(Settings.System.KEYBOARD_VIBRATION_ENABLED);6267 Settings.System.KEYBOARD_VIBRATION_ENABLED,
5479 public static final String KEYBOARD_VIBRATION_ENABLED = "keyboard_vibration_enabled"; field in Settings.System