Searched refs:VIBRATION_INTENSITY_OFF (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/tests/vibrator/src/com/android/server/vibrator/ |
D | VibrationSettingsTest.java | 35 import static android.os.Vibrator.VIBRATION_INTENSITY_OFF; 526 setUserSetting(Settings.System.HAPTIC_FEEDBACK_INTENSITY, VIBRATION_INTENSITY_OFF); in shouldIgnoreVibration_withHapticFeedbackSettingsOff_ignoresTouchVibration() 541 setUserSetting(Settings.System.HARDWARE_HAPTIC_FEEDBACK_INTENSITY, VIBRATION_INTENSITY_OFF); in shouldIgnoreVibration_withHardwareFeedbackSettingsOff_ignoresHardwareVibrations() 556 setUserSetting(Settings.System.NOTIFICATION_VIBRATION_INTENSITY, VIBRATION_INTENSITY_OFF); in shouldIgnoreVibration_withNotificationSettingsOff_ignoresNotificationVibrations() 573 setUserSetting(Settings.System.RING_VIBRATION_INTENSITY, VIBRATION_INTENSITY_OFF); in shouldIgnoreVibration_withRingSettingsOff_ignoresRingtoneVibrations() 631 setUserSetting(Settings.System.HAPTIC_FEEDBACK_INTENSITY, VIBRATION_INTENSITY_OFF); in shouldIgnoreVibration_withKeyboardSettingsOn_shouldNotIgnoreKeyboardVibration() 649 setUserSetting(Settings.System.HAPTIC_FEEDBACK_INTENSITY, VIBRATION_INTENSITY_OFF); in shouldIgnoreVibration_noFixedKeyboardAmplitude_ignoresKeyboardTouchVibration() 823 setUserSetting(Settings.System.ALARM_VIBRATION_INTENSITY, VIBRATION_INTENSITY_OFF); in getDefaultIntensity_returnsIntensityFromVibratorConfig() 824 setUserSetting(Settings.System.HAPTIC_FEEDBACK_INTENSITY, VIBRATION_INTENSITY_OFF); in getDefaultIntensity_returnsIntensityFromVibratorConfig() 825 setUserSetting(Settings.System.HARDWARE_HAPTIC_FEEDBACK_INTENSITY, VIBRATION_INTENSITY_OFF); in getDefaultIntensity_returnsIntensityFromVibratorConfig() [all …]
|
D | VibrationScalerTest.java | 25 import static android.os.Vibrator.VIBRATION_INTENSITY_OFF; 142 setUserSetting(Settings.System.HAPTIC_FEEDBACK_INTENSITY, VIBRATION_INTENSITY_OFF); in testGetScaleLevel() 163 setUserSetting(Settings.System.HAPTIC_FEEDBACK_INTENSITY, VIBRATION_INTENSITY_OFF); in testAdaptiveHapticsScale_withAdaptiveHapticsAvailable() 203 setUserSetting(Settings.System.NOTIFICATION_VIBRATION_INTENSITY, VIBRATION_INTENSITY_OFF); in scale_withPrebakedSegment_setsEffectStrengthBasedOnSettings() 228 setUserSetting(Settings.System.NOTIFICATION_VIBRATION_INTENSITY, VIBRATION_INTENSITY_OFF); in scale_withPrebakedEffect_setsEffectStrengthBasedOnSettings()
|
D | VibratorManagerServiceTest.java | 1541 setUserSetting(Settings.System.RING_VIBRATION_INTENSITY, Vibrator.VIBRATION_INTENSITY_OFF); in vibrate_withIntensitySettings_appliesSettingsToScaleVibrations() 2066 Vibrator.VIBRATION_INTENSITY_OFF); in onExternalVibration_withBypassMuteAudioFlag_ignoresUserSettings() 2093 Vibrator.VIBRATION_INTENSITY_OFF); in onExternalVibration_withUnknownUsage_appliesMediaSettings() 2435 Vibrator.VIBRATION_INTENSITY_OFF); in frameworkStats_ignoredVibration_reportsStatus()
|
/frameworks/base/services/core/java/com/android/server/vibrator/ |
D | VibrationScaler.java | 98 if (currentIntensity == Vibrator.VIBRATION_INTENSITY_OFF) { in getScaleLevel() 261 if (currentIntensity == Vibrator.VIBRATION_INTENSITY_OFF) { in getEffectStrength()
|
D | VibrationSettings.java | 544 return getCurrentIntensity(usage) != Vibrator.VIBRATION_INTENSITY_OFF; in shouldVibrateForUserSetting() 607 mCurrentVibrationIntensities.put(USAGE_TOUCH, Vibrator.VIBRATION_INTENSITY_OFF); in updateSettings() 739 case Vibrator.VIBRATION_INTENSITY_OFF -> "OFF"; in intensityToString() 758 if (value == Vibrator.VIBRATION_INTENSITY_OFF) { 766 if ((value < Vibrator.VIBRATION_INTENSITY_OFF)
|
/frameworks/base/core/java/android/os/ |
D | Vibrator.java | 57 public static final int VIBRATION_INTENSITY_OFF = 0; field in Vibrator 118 VIBRATION_INTENSITY_OFF,
|
/frameworks/base/core/java/android/os/vibrator/ |
D | VibrationConfig.java | 111 if (value < Vibrator.VIBRATION_INTENSITY_OFF || value > Vibrator.VIBRATION_INTENSITY_HIGH) { in loadDefaultIntensity()
|
/frameworks/base/core/api/ |
D | test-current.txt | 2576 field public static final int VIBRATION_INTENSITY_OFF = 0; // 0x0
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 39542 Landroid/os/Vibrator;->VIBRATION_INTENSITY_OFF:I
|